This documentation is archived and is not being maintained.

HttpClientCertificate.Subject Property

Gets the subject field of the client certificate.

[Visual Basic]
Public ReadOnly Property Subject As String
[C#]
public string Subject {get;}
[C++]
public: __property String* get_Subject();
[JScript]
public function get Subject() : String;

Property Value

The subject field of the client certificate.

Remarks

If String is specified without a subfield, the HttpClientCertificate collection returns a comma-separated list of subfields. For example, C=US, O= Msft.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpClientCertificate Class | HttpClientCertificate Members | System.Web Namespace

Show: