'Declaration
Sub SetPrivateKeyPassword( _ ByVal certificateSubId As String, _ ByVal privateKeyPassword As String _ )
'Usage
Dim instance As IEasyUAClientServerApplication Dim certificateSubId As String Dim privateKeyPassword As String instance.SetPrivateKeyPassword(certificateSubId, privateKeyPassword)
void SetPrivateKeyPassword( string certificateSubId, string privateKeyPassword )
void SetPrivateKeyPassword( String^ certificateSubId, String^ privateKeyPassword )
Parameters
- certificateSubId
- The sub-id of the certificate. Normally an empty string.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - privateKeyPassword
- The private key password to be associated with the given certificate.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).