Partager via


SearchServiceApplication.ReEncryptExistingPasswords - Méthode

Reencrypts les mots de passe existants avec une nouvelle clé principale.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Sub ReEncryptExistingPasswords ( _
    oldMasterKey As String _
)
'Utilisation
Dim instance As SearchServiceApplication
Dim oldMasterKey As String

instance.ReEncryptExistingPasswords(oldMasterKey)
public void ReEncryptExistingPasswords(
    string oldMasterKey
)

Paramètres

  • oldMasterKey
    Type : System.String

    La clé principale est utilisée pour chiffrer à nouveau les mots de passe existants.

Remarques

L'utilisateur doit appartenir au groupe d'utilisateurs Administrator rechiffrer les mots de passe existants. La clé principale ne peut pas être une chaîne vide.

Voir aussi

Référence

SearchServiceApplication classe

SearchServiceApplication - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms