Open this page in the API Guide

LocalLogOnContext.ProviderData 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 (25.1.0.1000)
Syntax
public IDictionary<string, Object> ProviderData { get; }

Property Value

Type: IDictionary<String, Object>
See Also