Object to use for command and response encryption.

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

Syntax

C#
public abstract ICommandAndResponseCrypt CommandAndResponseCrypt { get; set; }
Visual Basic
Public MustOverride Property CommandAndResponseCrypt As ICommandAndResponseCrypt
	Get
	Set
Visual C++
public:
virtual property ICommandAndResponseCrypt^ CommandAndResponseCrypt {
	ICommandAndResponseCrypt^ get () abstract;
	void set (ICommandAndResponseCrypt^ value) abstract;
}
F#
abstract CommandAndResponseCrypt : ICommandAndResponseCrypt with get, set

Property Value

Type: ICommandAndResponseCrypt

Implements

IProcessorCardConnection..::..CommandAndResponseCrypt

See Also