MasterKey.EnumKeyEncryptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.