Share via


ISecureStoreServiceApplication.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
<OperationContractAttribute> _
Function GetChangeMasterSecretKeyToken As String
'Usage
Dim instance As ISecureStoreServiceApplication
Dim returnValue As String

returnValue = instance.GetChangeMasterSecretKeyToken()
[OperationContractAttribute]
string GetChangeMasterSecretKeyToken()

Return Value

Type: System.String
The secret key token.

Remarks

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

See Also

Reference

ISecureStoreServiceApplication Interface

ISecureStoreServiceApplication Members

Microsoft.Office.SecureStoreService.Server Namespace