Share via


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

SecureStoreServiceApplicationProxy members

Microsoft.Office.SecureStoreService.Server namespace