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.StringThe token that is passed to allow the master key to be changed.
passPhrase
Type: System.StringThe passphrase that is used to encrypt the master key.
Remarks
This method invokes the ChangeMasterSecretKey(String, []) method.
See Also
Reference
SecureStoreServiceApplicationProxy Class