TlsOptions Methods |
The TlsOptions type exposes the following members.
Name | Description | |
---|---|---|
Create |
Creates TlsOptions with client-provided client credentials
and trusted certificates
| |
CreateFromBlobs |
Read the specified byte arrays to obtain client credentials and
trust material that a Session created with session
options with property TlsOptions
set to the return value of this function will use to establish
secure connections. | |
CreateFromFiles |
Read the specified files to obtain client credentials and trust
material that a Session created with session
options with property TlsOptions
set to the return value of this function will use to establish
secure connections. | |
ToString |
Outputs client certificate and trusted certificates. Client's
private key isn't printed.
(Overrides ObjectToString.) |