Partager via


Propriété HttpClientConnection100Class.Certificate

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Property Certificate As Byte()
    Get 
    Set
'Utilisation
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[])

Valeur de propriété

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

Implémente

IDTSHttpClientConnection100.Certificate

Voir aussi

Référence

HttpClientConnection100Class Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper