SecurityServices for .NET 2.0 Documentation

SmartcardProtocols Enumeration

[This is preliminary documentation and subject to change.]

The acceptable protocols for the smartcard connection.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum SmartcardProtocols

Members

Member Name Description Value
RawNo protocol negotiation will be performed by the drivers65536
T0T=0 is an acceptable protocol.1
T1T=1 is an acceptable protocol.2
UndefinedSmartcardShare.Direct has been specified, so that no protocol negotiation has occurred.0

Requirements

Namespace: Org.Mentalis.SecurityServices.Smartcard

Assembly: Org.Mentalis.SecurityServices (in Org.Mentalis.SecurityServices.dll)

See Also

Org.Mentalis.SecurityServices.Smartcard Namespace