This documentation is archived and is not being maintained.
HttpClientCertificate.IsPresent Property
.NET Framework 1.1
Gets a value that indicates whether the client certificate is present.
[Visual Basic] Public ReadOnly Property IsPresent As Boolean [C#] public bool IsPresent {get;} [C++] public: __property bool get_IsPresent(); [JScript] public function get IsPresent() : Boolean;
Property Value
true if the client certificate is present; otherwise, false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpClientCertificate Class | HttpClientCertificate Members | System.Web Namespace
Show: