TlsOptionsTrustedCertificates Property |
Gets trusted certificates collection
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.16.0.1
Syntax public X509Certificate2Collection TrustedCertificates { get; }
Public ReadOnly Property TrustedCertificates As X509Certificate2Collection
Get
public:
property X509Certificate2Collection^ TrustedCertificates {
X509Certificate2Collection^ get ();
}
member TrustedCertificates : X509Certificate2Collection with get
Property Value
Type:
X509Certificate2CollectionSee Also