CryptoAlgorithm 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.
The types of crypto algorithms
public enum CryptoAlgorithm
type CryptoAlgorithm =
Public Enum CryptoAlgorithm
- Inheritance
-
CryptoAlgorithm
Fields
AES256 | 2 | The symmetric key based AES algorithm with key size 256 bits. |
HMACSHA256 | 3 | The symmetric key based SHA 256 Algorithm |
None | 4 | When no algorithm is used. |
RSAPKCS1V15 | 1 | The asymmetric key based RSA 2048 algorithm. |
RSAPKCS1V17 | 0 | The asymmetric key based RSA 2048 algorithm. |