asp.net.ph

HttpClientCertificate.Subject Property

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;

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.

See Also

HttpClientCertificate Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph