SecurityServices for .NET 2.0 Documentation

Atr.IsMatch Method 

[This is preliminary documentation and subject to change.]

Checks whether a given array of bytes matches with this ATR.

public bool IsMatch(
   Byte[] atr
);

Parameters

Byte[]
The array of bytes to check.

Return Value

true if the array of bytes matches with this Atr instance, false otherwise.

Exceptions

Exception Type Condition
ArgumentNullException atr is a null reference.

See Also

Atr Class | Org.Mentalis.SecurityServices.Smartcard Namespace