Share via


PlayReadySecurityLevel Struct

Definition

The security level.

public readonly struct PlayReadySecurityLevel : IEquatable<Azure.ResourceManager.Media.Models.PlayReadySecurityLevel>
type PlayReadySecurityLevel = struct
Public Structure PlayReadySecurityLevel
Implements IEquatable(Of PlayReadySecurityLevel)
Inheritance
PlayReadySecurityLevel
Implements

Constructors

PlayReadySecurityLevel(String)

Initializes a new instance of PlayReadySecurityLevel.

Properties

SL150

For clients under development or test. No protection against unauthorized use.

SL2000

For hardened devices and applications consuming commercial content. Software or hardware protection.

SL3000

For hardened devices only. Hardware protection.

Unknown

Represents a SecurityLevel that is unavailable in current API version.

Methods

Equals(PlayReadySecurityLevel)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(PlayReadySecurityLevel, PlayReadySecurityLevel)

Determines if two PlayReadySecurityLevel values are the same.

Implicit(String to PlayReadySecurityLevel)

Converts a string to a PlayReadySecurityLevel.

Inequality(PlayReadySecurityLevel, PlayReadySecurityLevel)

Determines if two PlayReadySecurityLevel values are not the same.

Applies to