SetPrivateKeyPassword Method
In This Topic
Sets the password for the private key, if required
Syntax
'Declaration
Public Sub SetPrivateKeyPassword( _
ByVal As String _
)
public void SetPrivateKeyPassword(
string
)
public:
void SetPrivateKeyPassword(
String^
)
Parameters
- value
- The new password
See Also