JsonWebKeyEncryptionAlgorithm 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.
Identificateur d’algorithme pour le chiffrement, RSA-OAEP par défaut.
public readonly struct JsonWebKeyEncryptionAlgorithm : IEquatable<Azure.ResourceManager.HDInsight.Models.JsonWebKeyEncryptionAlgorithm>
type JsonWebKeyEncryptionAlgorithm = struct
Public Structure JsonWebKeyEncryptionAlgorithm
Implements IEquatable(Of JsonWebKeyEncryptionAlgorithm)
- Héritage
-
JsonWebKeyEncryptionAlgorithm
- Implémente
Constructeurs
JsonWebKeyEncryptionAlgorithm(String) |
Initialise une nouvelle instance de JsonWebKeyEncryptionAlgorithm. |
Propriétés
Rsa15 |
RSA1_5. |
RsaOaep |
RSA-OAEP. |
RsaOaep256 |
RSA-OAEP-256. |
Méthodes
Equals(JsonWebKeyEncryptionAlgorithm) |
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(JsonWebKeyEncryptionAlgorithm, JsonWebKeyEncryptionAlgorithm) |
Détermine si deux JsonWebKeyEncryptionAlgorithm valeurs sont identiques. |
Implicit(String to JsonWebKeyEncryptionAlgorithm) |
Convertit une chaîne en JsonWebKeyEncryptionAlgorithm. |
Inequality(JsonWebKeyEncryptionAlgorithm, JsonWebKeyEncryptionAlgorithm) |
Détermine si deux JsonWebKeyEncryptionAlgorithm valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET