Share via


ConnectionManagerHttpClass.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 to use for the connection.

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

Syntax

'Declaration
Public Overridable Property Certificate As Byte()
    Get 
    Set
'Usage
Dim instance As ConnectionManagerHttpClass 
Dim value As Byte()

value = instance.Certificate

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

Property Value

Type: array<System.Byte[]
The certificate to use for the connection.

Implements

IDTSConnectionManagerHttp100.Certificate

See Also

Reference

ConnectionManagerHttpClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace