System.Web Namespace HttpClientCertificate Class
Gets a value that indicates whether the client certificate is valid.
[ VB ]
Public ReadOnly Property IsValid As Boolean
[ C# ]
public bool IsValid {get;}
[ C++ ]
public: __property bool get_IsValid ( );
[ JScript ]
public function get IsValid ( ) : Boolean;
true if the client certificate is valid; otherwise, false.
The client certificate is not valid if the Certificate Authority ( CA ) is not in the list of recognized CAs on the server.
HttpClientCertificate Members