EncryptionScheme 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.
Définit des valeurs pour EncryptionScheme.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.EncryptionSchemeConverter))]
public struct EncryptionScheme : IEquatable<Microsoft.Azure.Management.Media.Models.EncryptionScheme>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.EncryptionSchemeConverter))>]
type EncryptionScheme = struct
Public Structure EncryptionScheme
Implements IEquatable(Of EncryptionScheme)
- Héritage
-
EncryptionScheme
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
- Implémente
Champs
CommonEncryptionCbcs |
Schéma CommonEncryptionCbcs |
CommonEncryptionCenc |
Schéma CommonEncryptionCenc |
EnvelopeEncryption |
Schéma EnvelopeEncryption |
NoEncryption |
Schéma NoEncryption |
Méthodes
Equals(EncryptionScheme) |
Compare les énumérations de type EncryptionScheme |
Equals(Object) |
Remplace l’opérateur Equals pour EncryptionScheme |
GetHashCode() |
Retourne pour hashCode EncryptionScheme |
ToString() |
Retourne une représentation sous forme de chaîne pour EncryptionScheme |
Opérateurs
Equality(EncryptionScheme, EncryptionScheme) |
Substitution de l’opérateur == pour enum EncryptionScheme |
Implicit(EncryptionScheme to String) |
Opérateur implicite pour convertir EncryptionScheme en chaîne |
Implicit(String to EncryptionScheme) |
Opérateur implicite pour convertir une chaîne en EncryptionScheme |
Inequality(EncryptionScheme, EncryptionScheme) |
Substitution de l’opérateur != pour enum EncryptionScheme |
S’applique à
Azure SDK for .NET