Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpClientCertificate::IsValid Property

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property bool IsValid {
	bool get();
}

Property Value

Type: System::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.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft