SecureStoreServiceApplication.ChangeMasterSecretKey - Méthode
Modifie la clé principale dans la SecureStoreServiceDatabase pour l'application active.
Espace de noms : Microsoft.Office.SecureStoreService.Server
Assembly : Microsoft.Office.SecureStoreService (dans Microsoft.Office.SecureStoreService.dll)
Syntaxe
'Déclaration
Public Sub ChangeMasterSecretKey ( _
token As String, _
passPhraseHash As Byte() _
)
'Utilisation
Dim instance As SecureStoreServiceApplication
Dim token As String
Dim passPhraseHash As Byte()
instance.ChangeMasterSecretKey(token, _
passPhraseHash)
public void ChangeMasterSecretKey(
string token,
byte[] passPhraseHash
)
Paramètres
token
Type : System.StringLa chaîne de jeton. Ce jeton doit être obtenu en appelant GetChangeMasterSecretKeyToken().
passPhraseHash
Type : []Le hachage de la phrase secrète.
Implémentations
ISecureStoreServiceApplication.ChangeMasterSecretKey(String, [])
Remarques
Cette méthode doit être appelée avec un jeton valide. Le jeton est valide pour une minute et doit être obtenu à partir de la base de données Banque d’informations sécurisée avant de pouvoir être utilisé.
Voir aussi
Référence
SecureStoreServiceApplication classe