asp.net.ph

HttpClientCertificate.Flags Property

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;

Property Value

A set of Boolean flags.

Remarks

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.

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