CredentialContextProperties Property

Gets the properties of the context.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IReadOnlyDictionary<Guid, Object> Properties { get; }

Property Value

Type: IReadOnlyDictionaryGuid, Object
Remarks
This is a dictionary (keyed by property ID) populated by the creating DataSourceCredentialProvider which contains values documented by the credential provider.
See Also