System.Web Namespace HttpClientCertificate Class
A set of flags that provide additional client certificate information.
[ VB ]
Public ReadOnly Property Flags As Integer
[ C# ]
public int Flags {get;}
[ C++ ]
public: __property int get_Flags ( );
[ JScript ]
public function get Flags ( ) : int;
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.
HttpClientCertificate Members