←Select platform

LookupJurisdiction Method

Summary

Looks up an AAMVA Jurisdiction given an Issuer Identification Number.

Syntax
C#
VB
C++
public static AAMVAJurisdiction LookupJurisdiction( 
   string issuerIdentificationNumber 
) 
Public Shared Function LookupJurisdiction( 
   ByVal issuerIdentificationNumber As String 
) As AAMVAJurisdiction 
public:  
   static AAMVAJurisdiction^ LookupJurisdiction( 
      String^ issuerIdentificationNumber 
   ) 

Parameters

issuerIdentificationNumber

The IIN (Issuer Identification Number).

Return Value

An AAMVAJurisdiction with the given IIN.

Remarks

See https://www.aamva.org/IIN-and-RID/

Example

For an example, refer to AAMVAID.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly