AccountEncryptionKeyType 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.
The type of key used to encrypt the Account Key.
public readonly struct AccountEncryptionKeyType : IEquatable<Azure.ResourceManager.Media.Models.AccountEncryptionKeyType>
type AccountEncryptionKeyType = struct
Public Structure AccountEncryptionKeyType
Implements IEquatable(Of AccountEncryptionKeyType)
- Inheritance
-
AccountEncryptionKeyType
- Implements
Constructors
AccountEncryptionKeyType(String) |
Initializes a new instance of AccountEncryptionKeyType. |
Properties
CustomerKey |
The Account Key is encrypted with a Customer Key. |
SystemKey |
The Account Key is encrypted with a System Key. |
Methods
Equals(AccountEncryptionKeyType) |
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(AccountEncryptionKeyType, AccountEncryptionKeyType) |
Determines if two AccountEncryptionKeyType values are the same. |
Implicit(String to AccountEncryptionKeyType) |
Converts a string to a AccountEncryptionKeyType. |
Inequality(AccountEncryptionKeyType, AccountEncryptionKeyType) |
Determines if two AccountEncryptionKeyType values are not the same. |
Applies to
Azure SDK for .NET