DataBoxEdgeEncryptionAlgorithm Struct

Definition

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