Partilhar via


Propriedade do RDL HttpClientConnection.Certificate

Gets or sets a byte array that represents the actual X.509 binary encoding of the certificate.

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

Sintaxe

'Declaração
Public Property Certificate As Byte()
    Get 
    Set
'Uso
Dim instance As HttpClientConnection 
Dim value As Byte()

value = instance.Certificate

instance.Certificate = value
public byte[] Certificate { get; set; }
public:
property array<unsigned char>^ Certificate {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member 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.

Comentários

For more information about certificates, see the .NET Framework System.Security.Cryptography.X509Certificates Namespace topic.

Consulte também

Referência

HttpClientConnection Classe

Namespace Microsoft.SqlServer.Dts.Runtime