你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CryptoAlgorithm Enum

Definition

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.

Applies to