HttpClientHandler.ClientCertificateOptions Property

Definition

Gets or sets a value that indicates if the certificate is automatically picked from the certificate store or if the caller is allowed to pass in a specific client certificate.

public:
 property System::Net::Http::ClientCertificateOption ClientCertificateOptions { System::Net::Http::ClientCertificateOption get(); void set(System::Net::Http::ClientCertificateOption value); };
public System.Net.Http.ClientCertificateOption ClientCertificateOptions { get; set; }
member this.ClientCertificateOptions : System.Net.Http.ClientCertificateOption with get, set
Public Property ClientCertificateOptions As ClientCertificateOption

Property Value

The collection of security certificates associated with this handler.

Applies to