The following tables list the members exposed by AAMVAID.
Public Constructors
Name | Description | |
---|---|---|
AAMVAID | Initializes a new instance of the AAMVAID class with default values. |
Public Methods
Name | Description | |
---|---|---|
GetBytes | Generates and returns formatted AAMVA barcode data for this AAMVAID. | |
LookupIssuerIdentificationNumber | Looks up an IIN for a given jurisdiction. | |
LookupJurisdiction | Looks up an AAMVA Jurisdiction given an Issuer Identification Number. | |
LookupNameSuffix | Looks up an AAMVANameSuffix with a given suffix code. | |
LookupNameSuffixCodeArabic | Looks up a name suffix code (Arabic numeral style) given an AAMVANameSuffix. | |
LookupNameSuffixCodeRoman | Looks up a name suffix code (Roman numeral style) given an AAMVANameSuffix . |
|
LookupRaceEthnicity | Looks up an AAMVARaceEthnicity given a race/ethnicity code. |
|
LookupRaceEthnicityCode | Looks up a race/ethnicity code given an AAMVARaceEthnicity . |
|
LookupRegion | Looks up an AAMVARegion (country) given an AAMVAJurisdiction (state/territory). |
|
LookupStateAbbreviation | Looks up a state/territory abbreviation given an AAMVAJurisdiction . |
|
ToString | Formatted AAMVA barcode data that can be written to a PDF417 barcode, encoded as a UTF-8 string. |
Protected Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by this AAMVAID. | |
Finalize | This method overrides System.Object.Finalize. |
Public Properties
Name | Description | |
---|---|---|
AddressCity | Gets the cardholder's address city. | |
AddressPostalCode | Gets the cardholder's address postal code. | |
AddressRegion | Gets the cardholder's address region. | |
AddressStateAbbreviation | Gets the cardholder's address state abbreviation. | |
AddressStreet1 | Gets the cardholder's address street line 1. | |
AddressStreet2 | Gets the cardholder's address street line 2. | |
DateOfBirth | Gets the cardholder's date of birth. | |
ExpirationAvailable | Determines whether it is possible to determine the expiration date of the AAMVAID, based on the encoded data elements. | |
ExpirationDate | Gets the expiration date. | |
Expired | Determines whether the AAMVAID is expired, based on the encoded data elements. | |
EyeColor | Gets the cardholder's eye color. | |
FirstName | Gets the cardholder's first name. | |
HairColor | Gets the cardholder's hair color. | |
IsDisposed | Checks whether an AAMVAID is disposed. | |
IssueDate | Gets the issue date. | |
IssuerIdentificationNumber | Gets the issuer identification number (IIN) of the issuing authority associated to the current AAMVAID. | |
Jurisdiction | Gets the issuing jurisdiction of the current AAMVAID. | |
JurisdictionVersion | Gets the jurisdiction version of the current AAMVAID. | |
LastName | Gets the cardholder's last name. | |
MiddleName | Gets the cardholder's middle name. | |
Number | Gets the ID/driver's license number. | |
NumberOfEntries | Gets the number of subfiles of the current AAMVAID. | |
Over18 | Determines whether the cardholder is over 18 years old, based on the encoded data elements. | |
Over18Available | Determines whether it is possible to determine the cardholder is over 18 years old, based on the encoded data elements. | |
Over19 | Determines whether the cardholder is over 19 years old, based on the encoded data elements. | |
Over19Available | Determines whether it is possible to determine the cardholder is over 19 years old, based on the encoded data elements. | |
Over21 | Determines whether the cardholder is over 21 years old, based on the encoded data elements. | |
Over21Available | Determines whether it is possible to determine the cardholder is over 21 years old, based on the encoded data elements. | |
Sex | Gets the cardholder's sex. | |
Subfiles | Gets an array of subfiles (AAMVASubfiles) of the current AAMVAID. | |
Version | Gets the version of the encoded data used to create the current AAMVAID. |
See Also