Share via


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

Return Value

Type: Microsoft.Office.SecureStoreService.Server.ISecureStore
The secure store object.

See Also

Reference

SecureStoreServiceProxy Class

SecureStoreServiceProxy Members

Microsoft.Office.SecureStoreService.Server Namespace