EcKey Classe

Definição

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

Construtores

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

Campos

P256
P256K
P384
P521

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