Edit

Share via


X500RelativeDistinguishedName.RawData Property

Definition

Gets the encoded representation of this Relative Distinguished Name.

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

Property Value

The encoded representation of this Relative Distinguished Name.

Applies to