StreamingPathEncryptionScheme Struct

Definition

Encryption scheme.

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

Constructors

Name Description
StreamingPathEncryptionScheme(String)

Initializes a new instance of StreamingPathEncryptionScheme.

Properties

Name Description
CommonEncryptionCbcs

CommonEncryptionCbcs scheme.

CommonEncryptionCenc

CommonEncryptionCenc scheme.

EnvelopeEncryption

EnvelopeEncryption scheme.

NoEncryption

NoEncryption scheme.

Methods

Name Description
Equals(StreamingPathEncryptionScheme)

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

Name Description
Equality(StreamingPathEncryptionScheme, StreamingPathEncryptionScheme)

Determines if two StreamingPathEncryptionScheme values are the same.

Implicit(String to StreamingPathEncryptionScheme)

Converts a string to a StreamingPathEncryptionScheme.

Inequality(StreamingPathEncryptionScheme, StreamingPathEncryptionScheme)

Determines if two StreamingPathEncryptionScheme values are not the same.

Applies to