SymmetricKeyAlgorithm 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.
Algorithms used for symmetric keys
public enum SymmetricKeyAlgorithm
type SymmetricKeyAlgorithm =
Public Enum SymmetricKeyAlgorithm
- Inheritance
-
SymmetricKeyAlgorithm
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown |
Des | 1 | Des |
TripleDes | 2 | TripleDes |
RC2 | 3 | RC2 |
RC4 | 4 | RC4 |
DesX | 5 | DesX |
Aes128 | 6 | Aes128 |
Aes192 | 7 | Aes192 |
Aes256 | 8 | Aes256 |
RC4128 | 9 | RC4128 |