DataBoxEdgeEncryptionAlgorithm 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 algorithm used to encrypt "Value".
public readonly struct DataBoxEdgeEncryptionAlgorithm : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeEncryptionAlgorithm>
type DataBoxEdgeEncryptionAlgorithm = struct
Public Structure DataBoxEdgeEncryptionAlgorithm
Implements IEquatable(Of DataBoxEdgeEncryptionAlgorithm)
- Inheritance
-
DataBoxEdgeEncryptionAlgorithm
- Implements
Constructors
DataBoxEdgeEncryptionAlgorithm(String) |
Initializes a new instance of DataBoxEdgeEncryptionAlgorithm. |
Properties
Aes256 |
AES256. |
None |
None. |
RsaesPkcs1V1_5 |
RSAES_PKCS1_v_1_5. |
Methods
Equals(DataBoxEdgeEncryptionAlgorithm) |
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(DataBoxEdgeEncryptionAlgorithm, DataBoxEdgeEncryptionAlgorithm) |
Determines if two DataBoxEdgeEncryptionAlgorithm values are the same. |
Implicit(String to DataBoxEdgeEncryptionAlgorithm) |
Converts a string to a DataBoxEdgeEncryptionAlgorithm. |
Inequality(DataBoxEdgeEncryptionAlgorithm, DataBoxEdgeEncryptionAlgorithm) |
Determines if two DataBoxEdgeEncryptionAlgorithm values are not the same. |
Applies to
Azure SDK for .NET