Pkcs12CertBag.EncodedCertificate Property

Definition

Gets the uninterpreted certificate contents of the CertSafeBag.

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

Property Value

The uninterpreted certificate contents of the CertSafeBag.

Remarks

For X.509 public-key certificates, the value of this property is a BER-encoded OCTET STRING value encompassing the certificate's DER encoded value.

Applies to

See also