| DataSourceCredentialProviderInfo Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Dundas.BI.Data.DataProviders.CredentialProviders
 Syntax
SyntaxThe DataSourceCredentialProviderInfo type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Description | Gets the description of the provider. | 
|  | Id | Gets the ID of the provider. | 
|  | IsContextLinkedToCurrentThread | 
            Gets a value indicating whether credential contexts originating from the provider are linked with the
            thread on which they were created.
             | 
|  | IsDelegateExecutionRequired | 
            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.
             | 
|  | Name | Gets the name of the provider. | 
|  | PackageId | Gets the ID of the extension package containing the provider. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetCredentialDescriptors | 
            Gets information about the credentials required by the provider.
             | 
 See Also
See Also