Click or drag to resize

IdentificationCard Class

This class represents an identification card such as a United States drivers license. http://www.aamva.org/?aspxerrorpath=/NR/rdonlyres/66260AD6-64B9-45E9-A253-B8AA32241BE0/0/2005DLIDCardSpecV2FINAL.pdf
Inheritance Hierarchy
SystemObject
  ProScriptIdentificationCard

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class IdentificationCard

The IdentificationCard type exposes the following members.

Constructors
  NameDescription
Public methodIdentificationCard
Initializes a new instance of the IdentificationCard class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTrackOne
Gets the track one data for this card.
Public methodGetTrackThree
Gets the track three data for this card.
Public methodGetTrackTwo
Gets the track two data for this card.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberParse
This method attempts to parse identification card information out of a raw magnetic strip string.
Public methodToString
Returns a human readable string representing this object.
(Overrides ObjectToString.)
Top
See Also