SecureStoreServiceProxy.GetSecureStore Method
Gets the ISecureStore object from the specified service context.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Function GetSecureStore ( _
context As SPServiceContext _
) As ISecureStore
'Usage
Dim instance As SecureStoreServiceProxy
Dim context As SPServiceContext
Dim returnValue As ISecureStore
returnValue = instance.GetSecureStore(context)
public ISecureStore GetSecureStore(
SPServiceContext context
)
Parameters
context
Type: Microsoft.SharePoint.SPServiceContextThe service context for the currently executing Secure Store Service application.
Return Value
Type: Microsoft.Office.SecureStoreService.Server.ISecureStore
The secure store object.