Поделиться через


MasterKey.EnumKeyEncryptions Method

Enumerates a list of the current set of key encryptions for the database master key.

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public Function EnumKeyEncryptions As DataTable
public DataTable EnumKeyEncryptions ()
public:
DataTable^ EnumKeyEncryptions ()
public DataTable EnumKeyEncryptions ()
public function EnumKeyEncryptions () : DataTable

Возвращаемое значение

A DataTable system object value that contains the list of current key encryptions for the database master key. The table describes the different columns of the returned DataTable.

Column

Data type

Description

Urn

String

The URN string that specifies the referenced master key.

Thumbprint

Byte[]

The thumbprint byte array associated with the master key. For more information, see sys.key_encryptions (Transact-SQL).

SymmetricKeyEncryptionType

String

The symmetric key encryption type. For more information, see SymmetricKeyEncryptionType class.

CryptProperty

Byte[]

The byte array that describes the crypt property. For more information, see sys.key_encryptions (Transact-SQL).

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Пример

How to: Use a Simple SMO Method in Visual Basic .NET

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

MasterKey Class
MasterKey Members
Microsoft.SqlServer.Management.Smo Namespace

Другие ресурсы

Иерархия средств шифрования
CREATE MASTER KEY (Transact-SQL)