TlsOptions Class |
Namespace: Bloomberglp.Blpapi
The TlsOptions type exposes the following members.
Name | Description | |
---|---|---|
CheckRevocation |
Enables or disables CRL checking. By default it is disabled.
| |
ClientCredentials |
Gets client credentials
| |
CrlFetchTimeout |
Gets or sets timeout of fetching CRL from the CRL distribution
point. Default value is 20 seconds.
| |
TlsHandshakeTimeout |
Gets or sets TLS handshake timeout. Default value is 10 seconds.
| |
TrustedCertificates |
Gets trusted certificates collection
|
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.) |