HttpClientConnection100Class.Certificate Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a byte array that represents the actual X.509 binary encoding of the certificate.
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 HttpClientConnection100Class
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[]
A byte array that contains the binary encoding of the X.509 certificate.
Implements
IDTSHttpClientConnection100.Certificate