次の方法で共有


Pkcs12CertBag.EncodedCertificate プロパティ

定義

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)

プロパティ値

CertSafeBag の解釈されていない証明書の内容。

注釈

X.509 公開キー証明書の場合、このプロパティの値は、証明書の DER でエンコードされた値を含む BER でエンコードされた OCTET STRING 値です。

適用対象

こちらもご覧ください