Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the current context of the Secure Store Service.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Property Context As SPServiceContext
Get
Set
'Usage
Dim instance As SecureStoreProvider
Dim value As SPServiceContext
value = instance.Context
instance.Context = value
public SPServiceContext Context { get; set; }
Property Value
Type: Microsoft.SharePoint.SPServiceContext
The current context of the Secure Store Service.
Implements
ISecureStoreServiceContext.Context