Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpClientCertificate::Flags Property

 

A set of flags that provide additional client certificate information.

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

public:
property int Flags {
	int get();
}

Property Value

Type: System::Int32

A set of Boolean flags.

Bit0 is set to 1 if the client certificate is present. Bit1 is set to 1 if the Certificate Authority (CA) of the client certificate is not in the list of recognized CAs on the server.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft