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: