StreamingPathEncryptionScheme 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 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
StreamingPathEncryptionScheme(String) |
Initializes a new instance of StreamingPathEncryptionScheme. |
Properties
CommonEncryptionCbcs |
CommonEncryptionCbcs scheme. |
CommonEncryptionCenc |
CommonEncryptionCenc scheme. |
EnvelopeEncryption |
EnvelopeEncryption scheme. |
NoEncryption |
NoEncryption scheme. |
Methods
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
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
Azure SDK for .NET