SecurityServices for .NET 2.0 Documentation

ApduCommand Constructor (Byte[])

[This is preliminary documentation and subject to change.]

Initializes a new ApduCommand instance.

public ApduCommand(
   Byte[] data
);

Parameters

Byte[]
The binary data representing the APDU.

Exceptions

Exception Type Condition
ArgumentNullException data is a null reference.
ArgumentException data represents an invalid APDU.

See Also

ApduCommand Class | Org.Mentalis.SecurityServices.Smartcard Namespace | ApduCommand Constructor Overload List