StreamingPathEncryptionScheme 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.
Schéma de chiffrement.
public readonly struct StreamingPathEncryptionScheme : IEquatable<Azure.ResourceManager.Media.Models.StreamingPathEncryptionScheme>
type StreamingPathEncryptionScheme = struct
Public Structure StreamingPathEncryptionScheme
Implements IEquatable(Of StreamingPathEncryptionScheme)
- Héritage
-
StreamingPathEncryptionScheme
- Implémente
Constructeurs
StreamingPathEncryptionScheme(String) |
Initialise une nouvelle instance de StreamingPathEncryptionScheme. |
Propriétés
CommonEncryptionCbcs |
Schéma CommonEncryptionCbcs. |
CommonEncryptionCenc |
Schéma CommonEncryptionCenc. |
EnvelopeEncryption |
Schéma EnvelopeEncryption. |
NoEncryption |
Schéma NoEncryption. |
Méthodes
Equals(StreamingPathEncryptionScheme) |
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(StreamingPathEncryptionScheme, StreamingPathEncryptionScheme) |
Détermine si deux StreamingPathEncryptionScheme valeurs sont identiques. |
Implicit(String to StreamingPathEncryptionScheme) |
Convertit une chaîne en StreamingPathEncryptionScheme. |
Inequality(StreamingPathEncryptionScheme, StreamingPathEncryptionScheme) |
Détermine si deux StreamingPathEncryptionScheme valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET