Compartilhar via


Propriedade do RDL HttpClientConnection100Class.Certificate

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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 (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

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

Valor da propriedade

Tipo: array<System.Byte[]
A byte array that contains the binary encoding of the X.509 certificate.

Implementa

IDTSHttpClientConnection100.Certificate

Consulte também

Referência

HttpClientConnection100Class Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper