EncryptionAlgorithm 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.
Possible algorithms for encryption
public enum EncryptionAlgorithm
type EncryptionAlgorithm =
Public Enum EncryptionAlgorithm
- Inheritance
-
EncryptionAlgorithm
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
RC2 | 1 | |
RC4 | 2 | |
RC4_128 | 3 | |
Des | 4 | |
TripleDes | 5 | |
DesX | 6 | |
Aes128 | 7 | |
Aes192 | 8 | |
Aes256 | 9 | |
Rsa512 | 10 | |
Rsa1024 | 11 | |
Rsa2048 | 12 | |
TripleDes3Key | 13 | |
Rsa3072 | 14 | |
Rsa4096 | 15 |