Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reencrypts the existing passwords with a new master key.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub ReEncryptExistingPasswords ( _
oldMasterKey As String _
)
'Usage
Dim instance As SearchServiceApplication
Dim oldMasterKey As String
instance.ReEncryptExistingPasswords(oldMasterKey)
public void ReEncryptExistingPasswords(
string oldMasterKey
)
Parameters
oldMasterKey
Type: System.StringThe master key used to re-encrypt the existing passwords.
Remarks
The user must belong to the Administrator user group to re-encrypt the existing passwords. The master key cannot be an empty string.
See also
Reference
SearchServiceApplication class