SecureStoreProviderFactory.Create Method
Creates a Secure Store provider object for the default Secure Store in Microsoft SharePoint Server 2010.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Shared Function Create As ISecureStoreProvider
'Usage
Dim returnValue As ISecureStoreProvider
returnValue = SecureStoreProviderFactory.Create()
public static ISecureStoreProvider Create()
Return Value
Type: Microsoft.BusinessData.Infrastructure.SecureStore.ISecureStoreProvider
A Secure Store provider object for the default Secure Store in Microsoft SharePoint Server 2010.
Remarks
This method creates the default provider for the default Secure Store. Only one provider can be used at a time.
Examples
Code Snippet: Get User Credentials Using the Default Secure Store Provider
See Also
Reference
SecureStoreProviderFactory Class