다음을 통해 공유


Certificate.Thumbprint 속성

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

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

구문

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

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

속성 값

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

암호화 사용

참고 항목

참조

Certificate 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

암호화 계층

CREATE CERTIFICATE(Transact-SQL)