Udostępnij za pośrednictwem


MasterKey.EnumKeyEncryptions Method

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

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Function EnumKeyEncryptions As DataTable
public DataTable EnumKeyEncryptions ()
public:
DataTable^ EnumKeyEncryptions ()
public DataTable EnumKeyEncryptions ()
public function EnumKeyEncryptions () : DataTable

Return Value

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).

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Example

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

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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

Other Resources

Encryption Hierarchy
CREATE MASTER KEY (Transact-SQL)