Compartilhar via


DataBoxEdgeEncryptionAlgorithm Estrutura

Definição

O algoritmo usado para criptografar "Valor".

public readonly struct DataBoxEdgeEncryptionAlgorithm : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeEncryptionAlgorithm>
type DataBoxEdgeEncryptionAlgorithm = struct
Public Structure DataBoxEdgeEncryptionAlgorithm
Implements IEquatable(Of DataBoxEdgeEncryptionAlgorithm)
Herança
DataBoxEdgeEncryptionAlgorithm
Implementações

Construtores

DataBoxEdgeEncryptionAlgorithm(String)

Inicializa uma nova instância de DataBoxEdgeEncryptionAlgorithm.

Propriedades

Aes256

AES256.

None

Nenhum.

RsaesPkcs1V1_5

RSAES_PKCS1_v_1_5.

Métodos

Equals(DataBoxEdgeEncryptionAlgorithm)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.

Operadores

Equality(DataBoxEdgeEncryptionAlgorithm, DataBoxEdgeEncryptionAlgorithm)

Determina se dois DataBoxEdgeEncryptionAlgorithm valores são os mesmos.

Implicit(String to DataBoxEdgeEncryptionAlgorithm)

Converte uma cadeia de caracteres em um DataBoxEdgeEncryptionAlgorithm.

Inequality(DataBoxEdgeEncryptionAlgorithm, DataBoxEdgeEncryptionAlgorithm)

Determina se dois DataBoxEdgeEncryptionAlgorithm valores não são os mesmos.

Aplica-se a