DatabaseEncryptionKey.Thumbprint 属性

Gets a database encryption key thumbprint.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Thumbprint As Byte()
    Get
用法
Dim instance As DatabaseEncryptionKey 
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 database encryption key thumbprint.

请参阅

参考

DatabaseEncryptionKey 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

透明数据加密 (TDE)

管理数据库加密(“属性”页)