Share via


SecureStoreServiceApplication.GetChangeMasterSecretKeyToken Method

Gets the token that is required to change the master secret key for the current application.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Public Function GetChangeMasterSecretKeyToken As String
'Usage
Dim instance As SecureStoreServiceApplication
Dim returnValue As String

returnValue = instance.GetChangeMasterSecretKeyToken()
public string GetChangeMasterSecretKeyToken()

Return Value

Type: System.String
The secret key token.

Implements

ISecureStoreServiceApplication.GetChangeMasterSecretKeyToken()

Remarks

This method gets the token that can be used with the ChangeMasterSecretKey(String, []) method.

See Also

Reference

SecureStoreServiceApplication Class

SecureStoreServiceApplication Members

Microsoft.Office.SecureStoreService.Server Namespace