IDTSHttpClientConnection100.Certificate Property

Definition

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()

Property Value

Byte[]

The certificate.

Attributes

Applies to