SearchServiceApplication.ReEncryptExistingPasswords 方法

Reencrypts 与新的主密钥的现有密码。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Sub ReEncryptExistingPasswords ( _
    oldMasterKey As String _
)
用法
Dim instance As SearchServiceApplication
Dim oldMasterKey As String

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

参数

  • oldMasterKey
    类型:System.String

    为主密钥重新加密现有的密码。

备注

用户必须属于Administrator用户组若要重新加密现有的密码。为主密钥不能为空字符串。

另请参阅

引用

SearchServiceApplication 类

SearchServiceApplication 成员

Microsoft.Office.Server.Search.Administration 命名空间