←Select platform

SetJurisdiction Method

Summary

Sets the AAMVAJurisdiction of the output AAMVAID.

Syntax
C#
VB
C++
Public Function SetJurisdiction( 
   ByVal jurisdiction As AAMVAJurisdiction, 
   ByVal issuerIdentificationNumber As String 
) As AAMVAIDBuilder 

Parameters

jurisdiction

The AAMVAJurisidiction.

issuerIdentificationNumber

The jurisdiction's IIN (Issuer Identification Number).

Return Value

The AAMVAIDBuilder.

Remarks

It is recommended that you pass a valid AAMVAJurisdiction for the first parameter and null for the string IIN parameter. In doing this, the IIN of the output ID will be looked up automatically. If you pass an IIN yourself, you will override the internal lookup function with your own value. For further details on the standard, 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