ISecureStoreProvider.ProviderInformation Property
Provides information about the Secure Store provider.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property ProviderInformation As ISecureStoreProviderInformation
Get
'Usage
Dim instance As ISecureStoreProvider
Dim value As ISecureStoreProviderInformation
value = instance.ProviderInformation
ISecureStoreProviderInformation ProviderInformation { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.SecureStore.ISecureStoreProviderInformation
The information about the Secure Store provider.
Remarks
Each provider must implement an interface to publish their information. A provider implements the ISecureStoreProvider interface so that they can provide Secure Store functionality.