Encryption interface to encrypt and decrypt a command/response before/after transmission to/from card

Namespace: BasicCard.ProcessorCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
[CLSCompliantAttribute(true)]
public interface ICommandAndResponseCrypt
Visual Basic
<CLSCompliantAttribute(true)>
Public Interface ICommandAndResponseCrypt
Visual C++
[CLSCompliantAttribute(true)]
public interface class ICommandAndResponseCrypt
F#
[<CLSCompliantAttribute(true)>]
type ICommandAndResponseCrypt =  interface end

See Also