| HttpClientHandlerSetClientCertificateAndKey Method |
Set the SSL/TLS client certificate and private key
The file must contain the certificate and its private key.
It is also recommended to include all certificates of the trust chain.
Namespace: PdfToolsAssembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
Syntax public void SetClientCertificateAndKey(
Stream cert,
Stream key,
string password
)
Parameters
- cert Stream
-
The certificate may be in either PEM (.pem, ASCII text) or DER (.cer, binary) form.
- key Stream
-
The encrypted private key of the certificate must be in PEM (ASCII text) form (.pem).
- password String
-
The password required to decrypt the private key.
Exceptions See Also