Share via


IDTSHttpClientConnection100.Certificate Property

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see HttpClientConnection100Class.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Property Certificate As Byte()
    Get
    Set
'Usage
Dim instance As IDTSHttpClientConnection100
Dim value As Byte()

value = instance.Certificate

instance.Certificate = value
byte[] Certificate { get; set; }
property array<unsigned char>^ Certificate {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
abstract Certificate : byte[] with get, set
function get Certificate () : byte[]
function set Certificate (value : byte[])

Property Value

Type: array<System.Byte[]