IDTSHttpClientConnection100.Certificate プロパティ

定義

証明書を取得または設定します。

public:
 property cli::array <System::Byte> ^ Certificate { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
[System.Runtime.InteropServices.DispId(18)]
public 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 Property Certificate As Byte()

プロパティ値

Byte[]

証明書。

属性

適用対象