Object to use for command and response encryption.
Namespace: BasicCard.TerminalsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
ICommandAndResponseCrypt CommandAndResponseCrypt { get; set; } |
Visual Basic |
---|
Property CommandAndResponseCrypt As ICommandAndResponseCrypt
Get
Set |
Visual C++ |
---|
property ICommandAndResponseCrypt^ CommandAndResponseCrypt {
ICommandAndResponseCrypt^ get ();
void set (ICommandAndResponseCrypt^ value);
} |
F# |
---|
abstract CommandAndResponseCrypt : ICommandAndResponseCrypt with get, set
|
Property Value
Type:
ICommandAndResponseCrypt
See Also