次の方法で共有


Certificate プロパティ

証明書の実際の X.509 バイナリ エンコードを表すバイト配列を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public Property Certificate As Byte()
    Get
    Set
'使用
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[])

プロパティ値

型: array<System. . :: . .Byte> [] () [] []
X.509 証明書のバイナリ エンコードを含むバイト配列です。

説明

証明書の詳細については、.NET Framework の「System.Security.Cryptography.X509Certificates Namespace」のトピックを参照してください。