Share via


HttpClientConnection100Class.Certificate プロパティ

定義

証明書の実際の X.509 バイナリ エンコードを表すバイト配列を取得します。値の設定も可能です。

public:
 virtual property cli::array <System::Byte> ^ Certificate { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
[System.Runtime.InteropServices.DispId(18)]
public virtual byte[] Certificate { [System.Runtime.InteropServices.DispId(18)] get; [System.Runtime.InteropServices.DispId(18)] set; }
[<System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.DispId(18)>]
[<set: System.Runtime.InteropServices.DispId(18)>]
member this.Certificate : byte[] with get, set
Public Overridable Property Certificate As Byte()

プロパティ値

Byte[]

X.509 証明書のバイナリ エンコードを含むバイト配列です。

実装

属性

適用対象