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


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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