Partilhar via


KeyWrapAlgorithm Estrutura

Definição

Um algoritmo usado para encapsulamento de chave e desembrulhamento.

public readonly struct KeyWrapAlgorithm : IEquatable<Azure.Security.KeyVault.Keys.Cryptography.KeyWrapAlgorithm>
type KeyWrapAlgorithm = struct
Public Structure KeyWrapAlgorithm
Implements IEquatable(Of KeyWrapAlgorithm)
Herança
KeyWrapAlgorithm
Implementações

Construtores

KeyWrapAlgorithm(String)

Inicializa uma nova instância da estrutura KeyWrapAlgorithm.

Propriedades

A128KW

Obtém um encapsulamento KeyWrapAlgorithmde chave AES 128 .

A192KW

Obtém um encapsulamento KeyWrapAlgorithmde chave AES 192 .

A256KW

Obtém um encapsulamento KeyWrapAlgorithmde chave AES 256 .

Rsa15

Obtém um RSA1_5 KeyWrapAlgorithm.

RsaOaep

Obtém um RSA-OAEP KeyWrapAlgorithm.

RsaOaep256

Obtém um RSA-OAEP-256 KeyWrapAlgorithm.

Operadores

Equality(KeyWrapAlgorithm, KeyWrapAlgorithm)

Determina se dois KeyWrapAlgorithm valores são os mesmos.

Implicit(String to KeyWrapAlgorithm)

Converte uma cadeia de caracteres em um KeyWrapAlgorithm.

Inequality(KeyWrapAlgorithm, KeyWrapAlgorithm)

Determina se dois KeyWrapAlgorithm valores são diferentes.

Aplica-se a