Click or drag to resize
TlsOptions Methods

The TlsOptions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creates TlsOptions with client-provided client credentials and trusted certificates
Public methodStatic memberCreateFromBlobs
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.
Public methodStatic memberCreateFromFiles
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.
Public methodToString
Outputs client certificate and trusted certificates. Client's private key isn't printed.
(Overrides ObjectToString.)
Top
See Also