Freigeben über


IKey Schnittstelle

Definition

public interface IKey : IDisposable
type IKey = interface
    interface IDisposable
Public Interface IKey
Implements IDisposable
Abgeleitet
Implementiert

Eigenschaften

DefaultEncryptionAlgorithm
DefaultKeyWrapAlgorithm
DefaultSignatureAlgorithm
Kid

Methoden

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)

Gilt für: