Show / Hide Table of Contents

IApduTransform Interface

Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dll

Represents an arbitrary pipeline that accepts command APDUs and returns response APDUs.

C#
public interface IApduTransform

Remarks

Can often be composed, using the constructor of an implementing type.

Methods

Name Description
Cleanup()

Cleans up the pipeline; should be called only once, after all Invoke calls.

Invoke(CommandApdu, Type, Type)

Passes the supplied command into the pipeline, and returns the final response.

Setup()

Sets up the pipeline; should be called only once, before any Invoke calls.

In this article
Back to top Generated by DocFX