IKey Interface

Definition

public interface IKey : IDisposable
type IKey = interface
    interface IDisposable
Public Interface IKey
Implements IDisposable
Derived
Implements

Properties

DefaultEncryptionAlgorithm
DefaultKeyWrapAlgorithm
DefaultSignatureAlgorithm
Kid

Methods

DecryptAsync(Byte[], Byte[], Byte[], Byte[], String, CancellationToken)
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