SymmetricKeyEncryptionAlgorithm 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 algorithm used to encrypt a (symmetric) key
public enum SymmetricKeyEncryptionAlgorithm
type SymmetricKeyEncryptionAlgorithm =
Public Enum SymmetricKeyEncryptionAlgorithm
- Inheritance
-
SymmetricKeyEncryptionAlgorithm
Fields
Name | Value | Description |
---|---|---|
CryptographicProviderDefined | -1 | |
RC2 | 0 | |
RC4 | 1 | |
Des | 2 | |
TripleDes | 3 | |
DesX | 4 | |
Aes128 | 5 | |
Aes192 | 6 | |
Aes256 | 7 | |
TripleDes3Key | 8 |