你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KeyWrapAlgorithm 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于密钥包装和解包的算法。
public readonly struct KeyWrapAlgorithm : IEquatable<Azure.Security.KeyVault.Keys.Cryptography.KeyWrapAlgorithm>
type KeyWrapAlgorithm = struct
Public Structure KeyWrapAlgorithm
Implements IEquatable(Of KeyWrapAlgorithm)
- 继承
-
KeyWrapAlgorithm
- 实现
构造函数
KeyWrapAlgorithm(String) |
初始化 KeyWrapAlgorithm 结构的新实例。 |
属性
A128KW |
获取 AES 128 密钥换行 KeyWrapAlgorithm。 |
A192KW |
获取 AES 192 密钥换行 KeyWrapAlgorithm。 |
A256KW |
获取 AES 256 密钥换行 KeyWrapAlgorithm。 |
Rsa15 |
获取RSA1_5 KeyWrapAlgorithm。 |
RsaOaep |
获取 RSA-OAEP KeyWrapAlgorithm。 |
RsaOaep256 |
获取 RSA-OAEP-256 KeyWrapAlgorithm。 |