ClientWebSocketOptions::ClientCertificates Property

.NET Framework (current version)
 

Gets or sets a collection of client side certificates.

Namespace:   System.Net.WebSockets
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
Return to top
Show: