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 SPServiceContext for the current Secure Store Service.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Property Context As SPServiceContext
Get
Set
'Usage
Dim instance As ISecureStoreServiceContext
Dim value As SPServiceContext
value = instance.Context
instance.Context = value
SPServiceContext Context { get; set; }
Property Value
Type: Microsoft.SharePoint.SPServiceContext
An object that represents the current Secure Store Service context.
Examples
Code Snippet: Get User Credentials Using the Default Secure Store Provider
See Also
Reference
ISecureStoreServiceContext Interface