System.Web Namespace HttpClientCertificate Class
Gets the subject field of the client certificate.
[ VB ]
Public ReadOnly Property Subject As String
[ C# ]
public string Subject {get;}
[ C++ ]
public: __property String* get_Subject ( );
[ JScript ]
public function get Subject ( ) : String;
The subject field of the client certificate.
If String is specified without a subfield, the HttpClientCertificate collection returns a comma-separated list of subfields. For example, C=US, O= Msft.
HttpClientCertificate Members