X509Certificate2.RawDataMemory Property

Definition

Gets the raw data of a certificate.

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

Property Value

Remarks

Unlike RawData, this does not create a fresh copy of the data every time.

Applies to