Partager via


Propriété Certificate

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

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> [] () [] []

Implémente

IDTSHttpClientConnection100. . :: . .Certificate