KeyWrapAlgorithm Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET