SymmetricKeyEncryptionType Enum
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.
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. |