DataSourceCredentialProviderInfo Properties

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
See Also