This method is called by SetTlsClientCertificate whenever the private key file is password-encrypted in order to obtain the password.
protected virtual string OnPrivateKeyPassword(
bool encryption
)
Protected Overridable Function OnPrivateKeyPassword( _
ByVal encryption As Boolean _
) As String
protected:
virtual String^ OnPrivateKeyPassword(
bool encryption
)
encryption
true if the password is being used for encryption; false if the password is being used for decryption.
The password to use for the password-encrypted private key file.
A call to this method may be generated after a call to SetTlsClientCertificate with a private key file that is password-encrypted, in order to obtain the password.
For an example, refer to SetTlsCipherSuiteByIndex.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET