CertificateKeyType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Types de clés JsonWebKey pris en charge (kty)
public readonly struct CertificateKeyType : IEquatable<Azure.Security.KeyVault.Certificates.CertificateKeyType>
type CertificateKeyType = struct
Public Structure CertificateKeyType
Implements IEquatable(Of CertificateKeyType)
- Héritage
-
CertificateKeyType
- Implémente
Constructeurs
CertificateKeyType(String) |
Initialise une nouvelle instance de la structure CertificateKeyType. |
Propriétés
Ec |
Un algorithme ECC (Elliptic Curve Cryptographic). |
EcHsm |
Un algorithme ECC (Elliptic Curve Cryptographic) soutenu par HSM. |
Rsa |
Algorithme de chiffrement RSA. |
RsaHsm |
Algorithme de chiffrement RSA soutenu par HSM. |
Méthodes
Equals(CertificateKeyType) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(CertificateKeyType, CertificateKeyType) |
Détermine si deux CertificateKeyType valeurs sont identiques. |
Implicit(String to CertificateKeyType) |
Convertit une chaîne en CertificateKeyType. |
Inequality(CertificateKeyType, CertificateKeyType) |
Détermine si deux CertificateKeyType valeurs sont différentes. |
S’applique à
Azure SDK for .NET