Certificate.ChangePrivateKeyPassword(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Changes the password that is used to secure the private key.
public void ChangePrivateKeyPassword (string oldPassword, string newPassword);
member this.ChangePrivateKeyPassword : string * string -> unit
Public Sub ChangePrivateKeyPassword (oldPassword As String, newPassword As String)
Parameters
- oldPassword
- String
- newPassword
- String