SecurityServices for .NET 2.0 Documentation

Atr Constructor (Byte[], Byte[])

[This is preliminary documentation and subject to change.]

Initializes a new Atr instance.

public Atr(
   Byte[] atr,
   Byte[] mask
);

Parameters

Byte[]
The value of the ATR.
Byte[]
The mask that corresponds with the ATR.

Exceptions

Exception Type Condition
ArgumentNullException atr or mask are a null reference.
ArgumentException atr or mask have an invalid length.

See Also

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