Windows apps
Collapse the table of content
Expand the table of content

HttpClientHandler::ClientCertificateOptions Property

Gets or sets how the client certificates are provided.

Namespace:  System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

public:
property ClientCertificateOption ClientCertificateOptions {
	ClientCertificateOption get ();
	void set (ClientCertificateOption value);
}
Show:
© 2017 Microsoft