Multi-Instance

Prev Next
<MultiInstance enabled="true"> 
  <View title="Select a DIGIPASS">
    <MenuItem value="Add a DIGIPASS" icon="add.png" />
    <Dynamics>
       <Dynamic id="InstanceList" class="menuItem" />
    </Dynamics>
  </View>
</MultiInstance>

When the Multi-Instance feature of Mobile Authenticator Studio is enabled, an instance can be added in one of these two ways:

  • If a secure channel action is enabled: it can be used to scan a license activation message. For more information, see Common.

  • If no secure channel action is enabled: a list of activated instances is available at startup of the application. It is possible to add a new instance in this view. Another way to add an instance in this case is via the Settings menu. For more information, see Add instance.

Functional customization

  • MultiInstance: This element is used to manage several instances of the Mobile Authenticator Studio application.

    • enabled: Enable multi-instance in Mobile Authenticator Studio.

Graphical customization

  • MultiInstance > View: This element defines the graphical rendering of the multi-instance functionality.

    • title: The default value is Select a DIGIPASS.

  • MultiInstance > View > MenuItem:

    • value: The default value is Add a DIGIPASS.

  • MultiInstance > View > Dynamics > Dynamic:

    • id="InstanceList": Can be used to configure the rendering of the authenticator instance list.