MasterKey.EnumKeyEncryptions 메서드

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

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

구문

‘선언
Public Function EnumKeyEncryptions As DataTable
‘사용 방법
Dim instance As MasterKey 
Dim returnValue As DataTable 

returnValue = instance.EnumKeyEncryptions()
public DataTable EnumKeyEncryptions()
public:
DataTable^ EnumKeyEncryptions()
member EnumKeyEncryptions : unit -> DataTable
public function EnumKeyEncryptions() : DataTable

반환 값

유형: System.Data.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 that is 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).

메서드 호출

참고 항목

참조

MasterKey 클래스

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

관련 자료

암호화 계층

CREATE MASTER KEY(Transact-SQL)