HttpClientCertificate.SerialNumber Property

Definition

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

public:
 property System::String ^ SerialNumber { System::String ^ get(); };
public string SerialNumber { get; }
member this.SerialNumber : string
Public ReadOnly Property SerialNumber As String

Property Value

The certificate serial number.

Applies to