EcKey Class

Definition

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

Constructors

EcKey()
EcKey(String)
EcKey(String, ECDsa)
EcKey(String, String)
EcKey(String, String, Byte[], Byte[], Byte[])

Fields

P256
P256K
P384
P521

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