IAccountsProviderValidateLocalUserLogOnCredentials Method

Validates local user account logon credentials.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool ValidateLocalUserLogOnCredentials(
	LocalLogOnContext context
)

Parameters

context
Type: Dundas.BI.AccountServices.ExtensibilityLocalLogOnContext
The logon context.

Return Value

Type: Boolean
if the credentials are valid; otherwise, .
Remarks
The context parameter is the same instance populated by an earlier call made by the application to PopulateLocalLogOnContext(LocalLogOnContext).
Note Note
If the implementation of this method discovers that the account should not be allowed to log on, it can specify the reason in the ValidateCredentialsFailureReason property, and further details in FailureMessage .
See Also