WebBrowser CertificateSubject Property C# API
Gets or sets the subject to search for when selecting a client certificate.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public string CertificateSubject { get; set; }

Field Value

The subject fragment of the certificate to select.
Exceptions

ExceptionCondition
NotSupportedExceptionThe Internal HTTP handler is currently in use, for which this property is not supported.
Remarks

For more information about the certificate stores and how to view/add client certificates, see CertificateStoreName. The first certificate in the store whose subject contains the specified text will be selected.
See Also