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

CertificateKeyType 结构

定义

支持的 JsonWebKey 密钥类型 (kty)

public readonly struct CertificateKeyType : IEquatable<Azure.Security.KeyVault.Certificates.CertificateKeyType>
type CertificateKeyType = struct
Public Structure CertificateKeyType
Implements IEquatable(Of CertificateKeyType)
继承
CertificateKeyType
实现

构造函数

CertificateKeyType(String)

初始化 CertificateKeyType 结构的新实例。

属性

Ec

椭圆曲线加密 (ECC) 算法。

EcHsm

由 HSM 支持的椭圆曲线加密 (ECC) 算法。

Rsa

RSA 加密算法。

RsaHsm

HSM 支持的 RSA 加密算法。

方法

Equals(CertificateKeyType)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(CertificateKeyType, CertificateKeyType)

确定两个 CertificateKeyType 值是否相同。

Implicit(String to CertificateKeyType)

将字符串转换为 CertificateKeyType

Inequality(CertificateKeyType, CertificateKeyType)

确定两个 CertificateKeyType 值是否不同。

适用于