ISecureStoreServiceApplication.SetMasterSecretKey Method
Sets the master secret key of the application server.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SecureStoreServiceFault))> _
Sub SetMasterSecretKey ( _
passPhraseHash As Byte() _
)
'Usage
Dim instance As ISecureStoreServiceApplication
Dim passPhraseHash As Byte()
instance.SetMasterSecretKey(passPhraseHash)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SecureStoreServiceFault))]
void SetMasterSecretKey(
byte[] passPhraseHash
)
Parameters
passPhraseHash
Type: []The passphrase hash that is used to decrypt the key.
Remarks
This method can be invoked remotely through the SecureStoreServiceApplicationProxy class.
See Also
Reference
ISecureStoreServiceApplication Interface