Share via


IDTSHttpClientConnection100.Certificate Property

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

Gets or sets the certificate.

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[]
The certificate.

See Also

Reference

IDTSHttpClientConnection100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace