SecureStoreServiceApplication.SetChangeKeyPassphrase Method
Sets the passphrase hash on the application server.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Sub SetChangeKeyPassphrase ( _
passPhraseHash As Byte() _
)
'Usage
Dim instance As SecureStoreServiceApplication
Dim passPhraseHash As Byte()
instance.SetChangeKeyPassphrase(passPhraseHash)
public void SetChangeKeyPassphrase(
byte[] passPhraseHash
)
Parameters
passPhraseHash
Type: []The passphrase hash to decrypt the key.
Implements
ISecureStoreServiceApplication.SetChangeKeyPassphrase([])
Remarks
This method is used before changing the master key.
This method stores the passphrase hash in memory. If the key has changed in the database, this method will automatically retrieve the key from the Secure Store database and store it in the local registry.
See Also
Reference
SecureStoreServiceApplication Class