Certificate 속성
Gets or sets a byte array that represents the actual X.509 binary encoding of the certificate.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS
구문
‘선언
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> [] () [] []
A byte array that contains the binary encoding of the X.509 certificate.
주의
For more information about certificates, see the .NET Framework System.Security.Cryptography.X509Certificates Namespace topic.