IKey インターフェイス

定義

public interface IKey : IDisposable
type IKey = interface
    interface IDisposable
Public Interface IKey
Implements IDisposable
派生
実装

プロパティ

DefaultEncryptionAlgorithm
DefaultKeyWrapAlgorithm
DefaultSignatureAlgorithm
Kid

メソッド

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)

適用対象