MasterKey.EnumKeyEncryptions Method

Definition

Returns the current set of key encryptions of the database master key. Note: uses enumerator Urn Server/Database/MasterKey/Encryption

public System.Data.DataTable EnumKeyEncryptions ();
member this.EnumKeyEncryptions : unit -> System.Data.DataTable
Public Function EnumKeyEncryptions () As DataTable

Returns

Name Type Description Source Urn System.String The Urn for this record. Thumbprint System.Byte[] SHA-1 hash of the certificate with which the key is encrypted OR The guid of the symmetric key with which the key is encrypted. SymmetricKeyEncryptionType SymmetricKeyEncryptionType Indicates the type of encryption. CryptProperty System.Byte[] Signed or encrypted bits.

Applies to