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: