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