Share via


LocalSecureStoreProvider.ProviderInformation Property

Gets the provider information of the local Secure Store provider.

Namespace:  Microsoft.Office.BusinessData.Infrastructure.SecureStore
Assembly:  Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)

Syntax

'Declaration
Public ReadOnly Property ProviderInformation As ISecureStoreProviderInformation
    Get
'Usage
Dim instance As LocalSecureStoreProvider
Dim value As ISecureStoreProviderInformation

value = instance.ProviderInformation
public ISecureStoreProviderInformation ProviderInformation { get; }

Property Value

Type: Microsoft.BusinessData.Infrastructure.SecureStore.ISecureStoreProviderInformation
The Secure Store provider information of the local Secure Store provider.

Implements

ISecureStoreProvider.ProviderInformation

See Also

Reference

LocalSecureStoreProvider Class

LocalSecureStoreProvider Members

Microsoft.Office.BusinessData.Infrastructure.SecureStore Namespace