Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.