X509Certificate.SerialNumberBytes Property

Definition

Gets the big-endian representation of the certificate's serial number.

public:
 property ReadOnlyMemory<System::Byte> SerialNumberBytes { ReadOnlyMemory<System::Byte> get(); };
public ReadOnlyMemory<byte> SerialNumberBytes { get; }
member this.SerialNumberBytes : ReadOnlyMemory<byte>
Public ReadOnly Property SerialNumberBytes As ReadOnlyMemory(Of Byte)

Property Value

The big-endian representation of the certificate's serial number.

Applies to