你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
Name | Value | Description |
---|---|---|
RSAPKCS1V17 | 0 | The asymmetric key based RSA 2048 algorithm. |
RSAPKCS1V15 | 1 | The asymmetric key based RSA 2048 algorithm. |
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. |