DatabaseEncryptionKey.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[]
データベース暗号化キーのサムプリントです。

関連項目

参照

DatabaseEncryptionKey クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

透過的なデータ暗号化 (TDE)

[データベース暗号化の管理] ([プロパティ] ページ)