LocalSecureStoreProvider class

Represents the local Secure Store provider.

Inheritance hierarchy

System.Object
  Microsoft.Office.BusinessData.Infrastructure.SecureStore.LocalSecureStoreProvider

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

Syntax

'Declaration
Public NotInheritable Class LocalSecureStoreProvider _
    Implements ILocalSecureStoreProvider, ISecureStoreProvider
'Usage
Dim instance As LocalSecureStoreProvider
public sealed class LocalSecureStoreProvider : ILocalSecureStoreProvider, 
    ISecureStoreProvider

Remarks

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

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

LocalSecureStoreProvider members

Microsoft.Office.BusinessData.Infrastructure.SecureStore namespace