Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpClientCertificate::SerialNumber Property

 

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

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

public:
property String^ SerialNumber {
	String^ get();
}

Property Value

Type: System::String^

The certificate serial number.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft