Compartir a través de


KeyWrapAlgorithm Estructura

Definición

Algoritmo que se usa para encapsular y desencapsular claves.

public readonly struct KeyWrapAlgorithm : IEquatable<Azure.Security.KeyVault.Keys.Cryptography.KeyWrapAlgorithm>
type KeyWrapAlgorithm = struct
Public Structure KeyWrapAlgorithm
Implements IEquatable(Of KeyWrapAlgorithm)
Herencia
KeyWrapAlgorithm
Implementaciones

Constructores

KeyWrapAlgorithm(String)

Inicializa una nueva instancia de la estructura KeyWrapAlgorithm.

Propiedades

A128KW

Obtiene un ajuste KeyWrapAlgorithmde teclas AES 128.

A192KW

Obtiene un ajuste KeyWrapAlgorithmde teclas AES 192.

A256KW

Obtiene un ajuste KeyWrapAlgorithmde teclas AES 256.

Rsa15

Obtiene un RSA1_5 KeyWrapAlgorithm.

RsaOaep

Obtiene un RSA-OAEP KeyWrapAlgorithm.

RsaOaep256

Obtiene un RSA-OAEP-256 KeyWrapAlgorithm.

Operadores

Equality(KeyWrapAlgorithm, KeyWrapAlgorithm)

Determina si dos KeyWrapAlgorithm valores son iguales.

Implicit(String to KeyWrapAlgorithm)

Convierte una cadena en un KeyWrapAlgorithm.

Inequality(KeyWrapAlgorithm, KeyWrapAlgorithm)

Determina si dos KeyWrapAlgorithm valores son diferentes.

Se aplica a