StreamingLocatorContentKeyType Struct

Definition

Defines values for StreamingLocatorContentKeyType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKeyTypeConverter))]
public struct StreamingLocatorContentKeyType : IEquatable<Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKeyType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKeyTypeConverter))>]
type StreamingLocatorContentKeyType = struct
Public Structure StreamingLocatorContentKeyType
Implements IEquatable(Of StreamingLocatorContentKeyType)
Inheritance
StreamingLocatorContentKeyType
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

CommonEncryptionCbcs

Common Encryption using CBCS

CommonEncryptionCenc

Common Encryption using CENC

EnvelopeEncryption

Envelope Encryption

Methods

Equals(Object)

Overrides Equals operator for StreamingLocatorContentKeyType

Equals(StreamingLocatorContentKeyType)

Compares enums of type StreamingLocatorContentKeyType

GetHashCode()

Returns for hashCode StreamingLocatorContentKeyType

ToString()

Returns string representation for StreamingLocatorContentKeyType

Operators

Equality(StreamingLocatorContentKeyType, StreamingLocatorContentKeyType)

Overriding == operator for enum StreamingLocatorContentKeyType

Implicit(StreamingLocatorContentKeyType to String)

Implicit operator to convert StreamingLocatorContentKeyType to string

Implicit(String to StreamingLocatorContentKeyType)

Implicit operator to convert string to StreamingLocatorContentKeyType

Inequality(StreamingLocatorContentKeyType, StreamingLocatorContentKeyType)

Overriding != operator for enum StreamingLocatorContentKeyType

Applies to