ClientWebSocketOptions::ClientCertificates Property
.NET Framework (current version)
Gets or sets a collection of client side certificates.
Assembly: System (in System.dll)
public: property X509CertificateCollection^ ClientCertificates { X509CertificateCollection^ get(); void set(X509CertificateCollection^ value); }
Property Value
Type: System.Security.Cryptography.X509Certificates::X509CertificateCollection^Returns X509CertificateCollection.
A collection of client side certificates.
.NET Framework
Available since 4.5
Available since 4.5
Show: