OpenSSLContext.usePrivateKeyFile - multiple declarations
Function OpenSSLContext.usePrivateKeyFile
Sets the private key to use for authenticating to the remote peer based on the configured certificate chain file.
void usePrivateKeyFile
(
string path
) @safe;
Function TLSContext.usePrivateKeyFile
Sets the private key to use for authenticating to the remote peer based on the configured certificate chain file.