This documentation is archived and is not being maintained.

HttpClientCertificate.IsValid Property

Gets a value that indicates whether the client certificate is valid.

[Visual Basic]
Public ReadOnly Property IsValid As Boolean
[C#]
public bool IsValid {get;}
[C++]
public: __property bool get_IsValid();
[JScript]
public function get IsValid() : Boolean;

Property Value

true if the client certificate is valid; otherwise, false.

Remarks

The client certificate is not valid if the Certificate Authority (CA) 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: