SecurityServices for .NET 2.0 Documentation

Atr Constructor (Byte[])

[This is preliminary documentation and subject to change.]

Initializes a new Atr instance.

public Atr(
   Byte[] atr
);

Parameters

Byte[]
The value of the ATR.

Exceptions

Exception Type Condition
ArgumentNullException atr is a null reference.
ArgumentException atr has an invalid length.

See Also

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