IApduTransform Interface
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllRepresents 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(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 |