SecurityServices for .NET 2.0 Documentation

Atr.Match Method 

[This is preliminary documentation and subject to change.]

Checks whether a given ATR matches with this ATR.

public bool Match(
   Atr atr
);

Parameters

Atr
The ATR to check.

Return Value

true if the given ATR 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