SecurityServices for .NET 2.0 Documentation

SmartcardPermission.AddAllowedAtrs Method 

[This is preliminary documentation and subject to change.]

Adds an array of ATRs to the allowed list.

public void AddAllowedAtrs(
   Atr[] atr
);

Parameters

Atr[]
The array of ATRs to add.

Exceptions

Exception Type Condition
ArgumentNullException atr is invalid.

See Also

SmartcardPermission Class | Org.Mentalis.SecurityServices.Permissions Namespace