SymmetricKeyEncryptionType Enum

Definition

Specifies the type of encryption of a key.

public enum SymmetricKeyEncryptionType
type SymmetricKeyEncryptionType = 
Public Enum SymmetricKeyEncryptionType
Inheritance
SymmetricKeyEncryptionType

Fields

AsymmetricKey 3

Encrypted by asymmetric key.

Certificate 1

Encrypted by certificate

MasterKey 4

Encrypted by master key.

Password 2

Encrypted by password

SymmetricKey 0

Encrypted by symmetric key.

Applies to