Partager via


PlayReadySecurityLevel Structure

Définition

Niveau de sécurité.

public readonly struct PlayReadySecurityLevel : IEquatable<Azure.ResourceManager.Media.Models.PlayReadySecurityLevel>
type PlayReadySecurityLevel = struct
Public Structure PlayReadySecurityLevel
Implements IEquatable(Of PlayReadySecurityLevel)
Héritage
PlayReadySecurityLevel
Implémente

Constructeurs

PlayReadySecurityLevel(String)

Initialise une nouvelle instance de PlayReadySecurityLevel.

Propriétés

SL150

Pour les clients en cours de développement ou de test. Aucune protection contre toute utilisation non autorisée.

SL2000

Pour les appareils renforcés et les applications consommant du contenu commercial. Protection logicielle ou matérielle.

SL3000

Pour les appareils renforcés uniquement. Protection matérielle.

Unknown

Représente un SecurityLevel qui n’est pas disponible dans la version actuelle de l’API.

Méthodes

Equals(PlayReadySecurityLevel)

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(PlayReadySecurityLevel, PlayReadySecurityLevel)

Détermine si deux PlayReadySecurityLevel valeurs sont identiques.

Implicit(String to PlayReadySecurityLevel)

Convertit une chaîne en PlayReadySecurityLevel.

Inequality(PlayReadySecurityLevel, PlayReadySecurityLevel)

Détermine si deux PlayReadySecurityLevel valeurs ne sont pas identiques.

S’applique à