Share via


HttpClientCertificate.Certificate プロパティ

定義

ASN.1 形式の、証明書全体の内容のバイナリ ストリームを含む文字列を取得します。

public:
 property cli::array <System::Byte> ^ Certificate { cli::array <System::Byte> ^ get(); };
public byte[] Certificate { get; }
member this.Certificate : byte[]
Public ReadOnly Property Certificate As Byte()

プロパティ値

Byte[]

クライアント証明書。

適用対象