SearchServiceApplication.ReEncryptExistingPasswords Method

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.String

    The 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

SearchServiceApplication Members

Microsoft.Office.Server.Search.Administration Namespace