Compartilhar via


SymmetricKey Classe

Definição

public class SymmetricKey : IDisposable, Microsoft.Azure.KeyVault.Core.IKey
type SymmetricKey = class
    interface IKey
    interface IDisposable
Public Class SymmetricKey
Implements IDisposable, IKey
Herança
SymmetricKey
Implementações

Construtores

SymmetricKey()
SymmetricKey(String)
SymmetricKey(String, Byte[])
SymmetricKey(String, Int32)

Campos

KeySize128
KeySize192
KeySize256
KeySize384
KeySize512

Propriedades

DefaultEncryptionAlgorithm
DefaultKeyWrapAlgorithm
DefaultSignatureAlgorithm
Kid

Métodos

DecryptAsync(Byte[], Byte[], Byte[], Byte[], String, CancellationToken)
Dispose()
Dispose(Boolean)
EncryptAsync(Byte[], Byte[], Byte[], String, CancellationToken)
SignAsync(Byte[], String, CancellationToken)
UnwrapKeyAsync(Byte[], String, CancellationToken)
VerifyAsync(Byte[], Byte[], String, CancellationToken)
WrapKeyAsync(Byte[], String, CancellationToken)

Aplica-se a