This documentation is archived and is not being maintained.
HttpClientCertificate.Flags Property
.NET Framework 1.1
A set of flags that provide additional client certificate information.
[Visual Basic] 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.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpClientCertificate Class | HttpClientCertificate Members | System.Web Namespace
Show: