asp.net.ph

HttpClientCertificate.IsValid Property

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;

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.

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