LocalLogOnContextProviderData Property

Gets a dictionary which can be used to pass data retrieved by the provider's PopulateLocalLogOnContext(LocalLogOnContext) implementation that is required by the ValidateLocalUserLogOnCredentials(LocalLogOnContext) implementation.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IDictionary<string, Object> ProviderData { get; }

Property Value

Type: IDictionaryString, Object
See Also