Partager via


DataBoxEdgeEncryptionAlgorithm Structure

Définition

Algorithme utilisé pour chiffrer « Value ».

public readonly struct DataBoxEdgeEncryptionAlgorithm : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeEncryptionAlgorithm>
type DataBoxEdgeEncryptionAlgorithm = struct
Public Structure DataBoxEdgeEncryptionAlgorithm
Implements IEquatable(Of DataBoxEdgeEncryptionAlgorithm)
Héritage
DataBoxEdgeEncryptionAlgorithm
Implémente

Constructeurs

DataBoxEdgeEncryptionAlgorithm(String)

Initialise une nouvelle instance de DataBoxEdgeEncryptionAlgorithm.

Propriétés

Aes256

AES256.

None

Aucun.

RsaesPkcs1V1_5

RSAES_PKCS1_v_1_5.

Méthodes

Equals(DataBoxEdgeEncryptionAlgorithm)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(DataBoxEdgeEncryptionAlgorithm, DataBoxEdgeEncryptionAlgorithm)

Détermine si deux DataBoxEdgeEncryptionAlgorithm valeurs sont identiques.

Implicit(String to DataBoxEdgeEncryptionAlgorithm)

Convertit une chaîne en DataBoxEdgeEncryptionAlgorithm.

Inequality(DataBoxEdgeEncryptionAlgorithm, DataBoxEdgeEncryptionAlgorithm)

Détermine si deux DataBoxEdgeEncryptionAlgorithm valeurs ne sont pas identiques.

S’applique à