KeyType 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.
JsonWebKey types de clés.
public readonly struct KeyType : IEquatable<Azure.Security.KeyVault.Keys.KeyType>
type KeyType = struct
Public Structure KeyType
Implements IEquatable(Of KeyType)
- Héritage
-
KeyType
- Implémente
Constructeurs
KeyType(String) |
Initialise une nouvelle instance de la structure KeyType. |
Propriétés
Ec |
Algorithme ECC (Elliptic Curve Cryptographic). |
EcHsm |
Algorithme ecc (Elliptic Curve Cryptographic) soutenu par un module de sécurité matériel (HSM). |
Oct |
Algorithme de chiffrement AES. |
OctHsm |
Algorithme de chiffrement AES soutenu par un module de sécurité matérielle (HSM). |
Rsa |
Algorithme de chiffrement RSA. |
RsaHsm |
Algorithme de chiffrement RSA soutenu par un module de sécurité matérielle (HSM). |
Méthodes
Equals(KeyType) |
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(KeyType, KeyType) |
Détermine si deux KeyType valeurs sont identiques. |
Implicit(String to KeyType) |
Convertit une chaîne en KeyType. |
Inequality(KeyType, KeyType) |
Détermine si deux KeyType valeurs sont différentes. |
S’applique à
Azure SDK for .NET