This documentation is archived and is not being maintained.

HttpClientCertificate.SerialNumber Property

Provides the certificate serial number as an ASCII representation of hexadecimal bytes separated by hyphens. For example, 04-67-F3-02.

[Visual Basic]
Public ReadOnly Property SerialNumber As String
[C#]
public string SerialNumber {get;}
[C++]
public: __property String* get_SerialNumber();
[JScript]
public function get SerialNumber() : String;

Property Value

The certificate serial number.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpClientCertificate Class | HttpClientCertificate Members | System.Web Namespace

Show: