Share via


SecureStoreServiceApplicationProxy.ChangeKey method

Changes the key for the Secure Store Service.

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

Syntax

'Declaration
Public Sub ChangeKey ( _
    token As String, _
    passPhrase As String _
)
'Usage
Dim instance As SecureStoreServiceApplicationProxy
Dim token As String
Dim passPhrase As String

instance.ChangeKey(token, passPhrase)
public void ChangeKey(
    string token,
    string passPhrase
)

Parameters

  • token
    Type: System.String

    The token that is passed to allow the master key to be changed.

  • passPhrase
    Type: System.String

    The passphrase that is used to encrypt the master key.

Remarks

This method invokes the ChangeMasterSecretKey(String, []) method.

See also

Reference

SecureStoreServiceApplicationProxy class

SecureStoreServiceApplicationProxy members

Microsoft.Office.SecureStoreService.Server namespace