KeyEncryptionType 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 KeyEncryptionType
type KeyEncryptionType =
Public Enum KeyEncryptionType
- Inheritance
-
KeyEncryptionType
Fields
AsymmetricKey | 3 | |
Certificate | 1 | |
Password | 2 | |
Provider | 4 | |
SymmetricKey | 0 |