IKeyEncryptionKey インターフェイス

定義

別のキーを暗号化またはラップするために使用されるキー。

public interface IKeyEncryptionKey
type IKeyEncryptionKey = interface
Public Interface IKeyEncryptionKey
派生

プロパティ

KeyId

クライアントの暗号化操作を実行するために使用されるキーの ID。

メソッド

UnwrapKey(String, ReadOnlyMemory<Byte>, CancellationToken)

指定したアルゴリズムを使用して、指定した暗号化されたキーの暗号化を解除します。

UnwrapKeyAsync(String, ReadOnlyMemory<Byte>, CancellationToken)

指定したアルゴリズムを使用して、指定した暗号化されたキーの暗号化を解除します。

WrapKey(String, ReadOnlyMemory<Byte>, CancellationToken)

指定したアルゴリズムを使用して、指定したキーを暗号化します。

WrapKeyAsync(String, ReadOnlyMemory<Byte>, CancellationToken)

指定したアルゴリズムを使用して、指定したキーを暗号化します。

適用対象