HttpClientCertificate::IsPresent Property

 

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

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

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

Property Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: