SecureStoreProvider.ProviderInformation Property
Gets the information provided by the current Secure Store provider.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public ReadOnly Property ProviderInformation As ISecureStoreProviderInformation
Get
'Usage
Dim instance As SecureStoreProvider
Dim value As ISecureStoreProviderInformation
value = instance.ProviderInformation
public ISecureStoreProviderInformation ProviderInformation { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.SecureStore.ISecureStoreProviderInformation
The information provided by the current Secure Store provider.
Implements
ISecureStoreProvider.ProviderInformation