StreamingLocatorContentKeyType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encryption type of Content Key.
public readonly struct StreamingLocatorContentKeyType : IEquatable<Azure.ResourceManager.Media.Models.StreamingLocatorContentKeyType>
type StreamingLocatorContentKeyType = struct
Public Structure StreamingLocatorContentKeyType
Implements IEquatable(Of StreamingLocatorContentKeyType)
- Inheritance
-
StreamingLocatorContentKeyType
- Implements
Constructors
StreamingLocatorContentKeyType(String) |
Initializes a new instance of StreamingLocatorContentKeyType. |
Properties
CommonEncryptionCbcs |
Common Encryption using CBCS. |
CommonEncryptionCenc |
Common Encryption using CENC. |
EnvelopeEncryption |
Envelope Encryption. |
Methods
Equals(StreamingLocatorContentKeyType) |
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(StreamingLocatorContentKeyType, StreamingLocatorContentKeyType) |
Determines if two StreamingLocatorContentKeyType values are the same. |
Implicit(String to StreamingLocatorContentKeyType) |
Converts a string to a StreamingLocatorContentKeyType. |
Inequality(StreamingLocatorContentKeyType, StreamingLocatorContentKeyType) |
Determines if two StreamingLocatorContentKeyType values are not the same. |