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 (24.3.0.1000)
Syntax
public class DataSourceCredentialProviderInfo

The DataSourceCredentialProviderInfo type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the provider.
Public propertyId
Gets 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 propertyName
Gets the name of the provider.
Public propertyPackageId
Gets 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