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)

2 つの CertificateKeyType 値が同じかどうかを判断します。

Implicit(String to CertificateKeyType)

文字列を CertificateKeyType に変換します。

Inequality(CertificateKeyType, CertificateKeyType)

2 つの CertificateKeyType 値が異なるかどうかを判断します。

適用対象