HttpClientCertificate.SerialNumber Propriedade

Definição

Fornece o número de série do certificado como uma representação ASCII de bytes hexadecimais separados por hifens.Provides the certificate serial number as an ASCII representation of hexadecimal bytes separated by hyphens. Por exemplo, 04-67-F3-02.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

Valor da propriedade

String

O número de série do certificado.The certificate serial number.

Aplica-se a