다음을 통해 공유


Thumbprint 속성

Gets the globally unique SHA-1 hash thumbprint for the certificate.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property Thumbprint As Byte()
    Get
‘사용 방법
Dim instance As Certificate
Dim value As Byte()

value = instance.Thumbprint
[SfcPropertyAttribute]
public byte[] Thumbprint { get; }
[SfcPropertyAttribute]
public:
property array<unsigned char>^ Thumbprint {
    array<unsigned char>^ get ();
}
[<SfcPropertyAttribute>]
member Thumbprint : byte[]
function get Thumbprint () : byte[]

속성 값

형식: array<System. . :: . .Byte> [] () [] []
A Uint8 array value that specifies the SHA-1 hash thumbprint for the certificate.