EncryptionScheme 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.
Defines values for EncryptionScheme.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.EncryptionSchemeConverter))]
public struct EncryptionScheme : IEquatable<Microsoft.Azure.Management.Media.Models.EncryptionScheme>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.EncryptionSchemeConverter))>]
type EncryptionScheme = struct
Public Structure EncryptionScheme
Implements IEquatable(Of EncryptionScheme)
- Inheritance
-
EncryptionScheme
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
CommonEncryptionCbcs |
CommonEncryptionCbcs scheme |
CommonEncryptionCenc |
CommonEncryptionCenc scheme |
EnvelopeEncryption |
EnvelopeEncryption scheme |
NoEncryption |
NoEncryption scheme |
Methods
Equals(EncryptionScheme) |
Compares enums of type EncryptionScheme |
Equals(Object) |
Overrides Equals operator for EncryptionScheme |
GetHashCode() |
Returns for hashCode EncryptionScheme |
ToString() |
Returns string representation for EncryptionScheme |
Operators
Equality(EncryptionScheme, EncryptionScheme) |
Overriding == operator for enum EncryptionScheme |
Implicit(EncryptionScheme to String) |
Implicit operator to convert EncryptionScheme to string |
Implicit(String to EncryptionScheme) |
Implicit operator to convert string to EncryptionScheme |
Inequality(EncryptionScheme, EncryptionScheme) |
Overriding != operator for enum EncryptionScheme |
Applies to
Azure SDK for .NET