你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EncryptionAlgorithm 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于加密和解密的算法。
public readonly struct EncryptionAlgorithm : IEquatable<Azure.Security.KeyVault.Keys.Cryptography.EncryptionAlgorithm>
type EncryptionAlgorithm = struct
Public Structure EncryptionAlgorithm
Implements IEquatable(Of EncryptionAlgorithm)
- 继承
-
EncryptionAlgorithm
- 实现
构造函数
EncryptionAlgorithm(String) |
初始化 EncryptionAlgorithm 结构的新实例。 |
属性
A128Cbc |
获取 128 位 AES-CBC EncryptionAlgorithm。 |
A128CbcPad |
获取具有 PKCS 填充的 128 位 AES-CBC EncryptionAlgorithm 。 |
A128Gcm |
获取 128 位 AES-GCM EncryptionAlgorithm。 |
A192Cbc |
获取 192 位 AES-CBC EncryptionAlgorithm。 |
A192CbcPad |
获取具有 PKCS 填充的 192 位 AES-CBC EncryptionAlgorithm 。 |
A192Gcm |
获取 192 位 AES-GCM EncryptionAlgorithm。 |
A256Cbc |
获取 256 位 AES-CBC EncryptionAlgorithm。 |
A256CbcPad |
获取具有 PKCS 填充的 256 位 AES-CBC EncryptionAlgorithm 。 |
A256Gcm |
获取 256 位 AES-GCM EncryptionAlgorithm。 |
Rsa15 |
获取RSA1_5 EncryptionAlgorithm。 |
RsaOaep |
获取 RSA-OAEP EncryptionAlgorithm。 |
RsaOaep256 |
获取 RSA-OAEP256 EncryptionAlgorithm。 |
方法
Equals(EncryptionAlgorithm) |
指示当前对象是否等于同一类型的另一个对象。 |
ToString() |
返回此实例的完全限定类型名称。 |