Share via


ISecureStoreServiceApplication.ChangeMasterSecretKey Method

Changes the master secret key for the Secure Store Service.

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

Syntax

'Declaration
<OperationContractAttribute(IsOneWay := True)> _
Sub ChangeMasterSecretKey ( _
    token As String, _
    passPhraseHash As Byte() _
)
'Usage
Dim instance As ISecureStoreServiceApplication
Dim token As String
Dim passPhraseHash As Byte()

instance.ChangeMasterSecretKey(token, _
    passPhraseHash)
[OperationContractAttribute(IsOneWay = true)]
void ChangeMasterSecretKey(
    string token,
    byte[] passPhraseHash
)

Parameters

  • passPhraseHash
    Type: []

    The hash of the new passphrase.

See Also

Reference

ISecureStoreServiceApplication Interface

ISecureStoreServiceApplication Members

Microsoft.Office.SecureStoreService.Server Namespace