ISecureStoreServiceContext.Context Property
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