你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KeyType 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
JsonWebKey 键类型。
public readonly struct KeyType : IEquatable<Azure.Security.KeyVault.Keys.KeyType>
type KeyType = struct
Public Structure KeyType
Implements IEquatable(Of KeyType)
- 继承
-
KeyType
- 实现
构造函数
KeyType(String) |
初始化 KeyType 结构的新实例。 |
属性
Ec |
椭圆曲线加密 (ECC) 算法。 |
EcHsm |
由硬件安全模块 (HSM) 支持的椭圆曲线加密 (ECC) 算法。 |
Oct |
AES 加密算法。 |
OctHsm |
硬件安全模块 (HSM) 支持的 AES 加密算法。 |
Rsa |
RSA 加密算法。 |
RsaHsm |
硬件安全模块 (HSM) 支持的 RSA 加密算法。 |
方法
Equals(KeyType) |
指示当前对象是否等于同一类型的另一个对象。 |
ToString() |
返回此实例的完全限定类型名称。 |
运算符
Equality(KeyType, KeyType) |
确定两个 KeyType 值是否相同。 |
Implicit(String to KeyType) |
将字符串转换为 KeyType。 |
Inequality(KeyType, KeyType) |
确定两个 KeyType 值是否不同。 |