Compartilhar via


Propriedade Certificate

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

For more information, see HttpClientConnection100Class.

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

Sintaxe

'Declaração
Property Certificate As Byte()
    Get
    Set
'Uso
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[])

Valor da propriedade

Tipo: array<System. . :: . .Byte> [] () [] []