HttpClientCertificate::Subject Property

 

Gets the subject field of the client certificate.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property String^ Subject {
	String^ get();
}

Property Value

Type: System::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.

.NET Framework
Available since 1.1
Return to top
Show: