←Select platform

IssuerIdentificationNumber Property (AAMVAID)

Summary

Gets the issuer identification number (IIN) of the issuing authority associated to the current AAMVAID.

Syntax
C#
VB
Objective-C
C++
Java
public string IssuerIdentificationNumber { get; } 
Public Property IssuerIdentificationNumber As System.String 
@property (nonatomic, copy, readonly) NSString *issuerIdentificationNumber 
public String getIssuerIdentificationNumber() 
public: 
property System.String IssuerIdentificationNumber { 
   System.String get(); 
} 

Property Value

The issuer identification number (IIN) of the issuing authority. For more information, refer to https://www.aamva.org/IIN-and-RID/.

Remarks

The IIN consists of six digits.

Some older IINs with AAMVA CDS of version AAMVAVersion.VersionPre2000 consists of five digits – without the initial digit '6'. If such IIN is encountered, the digit '6' will automatically precede the IIN.

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