SecureStoreServiceApplicationProxy.GetChangeKeyToken Method
Returns a token that can be used to change the key.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Function GetChangeKeyToken As String
'Usage
Dim instance As SecureStoreServiceApplicationProxy
Dim returnValue As String
returnValue = instance.GetChangeKeyToken()
public string GetChangeKeyToken()
Return Value
Type: System.String
The token value.
Remarks
This method gets an unencrypted token.
See Also
Reference
SecureStoreServiceApplicationProxy Class