Pkcs12CertBag.EncodedCertificate Proprietà

Definizione

Ottiene il contenuto del certificato non interpretato dell'oggetto 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)

Valore della proprietà

Contenuto del certificato non interpretato di CertSafeBag.

Commenti

Per i certificati con chiave pubblica X.509, il valore di questa proprietà è un valore DI STRINGA OCTET con codifica BER che comprende il valore con codifica DER del certificato.

Si applica a

Vedi anche