Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.