| TlsOptionsTrustedCertificates Property |
Gets trusted certificates collection
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
Syntaxpublic X509Certificate2Collection TrustedCertificates { get; }Public ReadOnly Property TrustedCertificates As X509Certificate2Collection
Get
public:
property X509Certificate2Collection^ TrustedCertificates {
X509Certificate2Collection^ get ();
}member TrustedCertificates : X509Certificate2Collection with get
Property Value
Type:
X509Certificate2Collection
See Also