SymmetricKey Class

Definition

public class SymmetricKey : IDisposable, Microsoft.Azure.KeyVault.Core.IKey
type SymmetricKey = class
    interface IKey
    interface IDisposable
Public Class SymmetricKey
Implements IDisposable, IKey
Inheritance
SymmetricKey
Implements

Constructors

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

Fields

KeySize128
KeySize192
KeySize256
KeySize384
KeySize512

Properties

DefaultEncryptionAlgorithm
DefaultKeyWrapAlgorithm
DefaultSignatureAlgorithm
Kid

Methods

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)

Applies to