This documentation is archived and is not being maintained.
HttpClientCertificate.Cookie Property
.NET Framework 1.1
Gets the unique ID for the client certificate, if provided.
[Visual Basic] Public ReadOnly Property Cookie As String [C#] public string Cookie {get;} [C++] public: __property String* get_Cookie(); [JScript] public function get Cookie() : String;
Property Value
The client certificate ID.
Remarks
Cookie can be used as a signature for the whole client certificate.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpClientCertificate Class | HttpClientCertificate Members | System.Web Namespace
Show: