DataSourceCredentialProviderInfo Class

Provides information about a data source credential provider.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataProviders.CredentialProvidersDataSourceCredentialProviderInfo

Namespace: Dundas.BI.Data.DataProviders.CredentialProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class DataSourceCredentialProviderInfo

The DataSourceCredentialProviderInfo type exposes the following members.

Properties
 NameDescription
Public propertyDescriptionGets the description of the provider.
Public propertyIdGets the ID of the provider.
Public propertyIsContextLinkedToCurrentThread Gets a value indicating whether credential contexts originating from the provider are linked with the thread on which they were created.
Public propertyIsDelegateExecutionRequired Gets a value indicating whether credential contexts originating from the provider require credential-aware code to be run using one of the Execute(Action) methods.
Public propertyNameGets the name of the provider.
Public propertyPackageIdGets the ID of the extension package containing the provider.
Top
Methods
 NameDescription
Public methodGetCredentialDescriptors Gets information about the credentials required by the provider.
Top
See Also