Open this page in the API Guide

LocalLogOnContext.ValidateCredentialsFailureReason Property

Gets or sets an optional reason associated with the result of ValidateLocalUserLogOnCredentials(LocalLogOnContext).

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ValidateCredentialsFailureReason? ValidateCredentialsFailureReason { get; set; }

Property Value

Type: Nullable<ValidateCredentialsFailureReason>
See Also