Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Modifies the private key password that is used to secure the private key for the certificate.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub ChangePrivateKeyPassword ( _
oldPassword As String, _
newPassword As String _
)
'Usage
Dim instance As Certificate
Dim oldPassword As String
Dim newPassword As String
instance.ChangePrivateKeyPassword(oldPassword, _
newPassword)
public void ChangePrivateKeyPassword(
string oldPassword,
string newPassword
)
public:
void ChangePrivateKeyPassword(
String^ oldPassword,
String^ newPassword
)
member ChangePrivateKeyPassword :
oldPassword:string *
newPassword:string -> unit
public function ChangePrivateKeyPassword(
oldPassword : String,
newPassword : String
)
Parameter
- oldPassword
Typ: System.String
A String value that specifies the old private key password.
- newPassword
Typ: System.String
A String value that specifies the new private key password.
Beispiele
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace