ILocalSecureStoreProvider interface

Represents an extended interface for the local Secure Store provider.

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

Syntax

'Declaration
Public Interface ILocalSecureStoreProvider _
    Inherits ISecureStoreProvider
'Usage
Dim instance As ILocalSecureStoreProvider
public interface ILocalSecureStoreProvider : ISecureStoreProvider

Remarks

The local Secure Store provider uses Windows credentials manager to store and retrieve the credentials.

See also

Reference

ILocalSecureStoreProvider members

Microsoft.Office.BusinessData.Infrastructure.SecureStore namespace