ISecureStoreServiceApplication.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
<OperationContractAttribute> _
Sub SetChangeKeyPassphrase ( _
passPhraseHash As Byte() _
)
'Usage
Dim instance As ISecureStoreServiceApplication
Dim passPhraseHash As Byte()
instance.SetChangeKeyPassphrase(passPhraseHash)
[OperationContractAttribute]
void SetChangeKeyPassphrase(
byte[] passPhraseHash
)
Parameters
passPhraseHash
Type: []The passphrase hash to decrypt the key.
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
ISecureStoreServiceApplication Interface