- 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
Authenticator information
- Updated on 23 Oct 2024
- 1 Minute to read
- DarkLight
- PDF
<DigipassInfo>
<View title="DIGIPASS information" />
<MenuItem value="DIGIPASS information"icon="digipass_info.png"/>
<Labels>
<Label id="SerialNumber"value="Serial number: " />
<Label id="ApplicationCounter"value"=Application %_CryptoAppIndex_% counter: " />
<Label id="PhoneGMTTime"value="Phone GMT time: " />
<Label id="ClientServerTimeShift"value="Client/Server time shift: " />
<Label id="RegistrationIdentifier"value="Registration identifier: " />
<Label id="User Identifier"value="User identifier: " />
<Label id="Build"value="Build:" />
</Labels>
<Dynamics>
<Dynamic id="SerialNumber"class="text" />
<Dynamic id="ApplicationCounter"class="text" />
<Dynamic id="PhoneGMTTime"class="text" />
<Dynamic id="ClientServerTimeShift"class="text" />
<Dynamic id="RegistrationIdentifier"class="text" />
<Dynamic id="UserIdentifier"class="text" />
<Dynamic id="Build"class="text" />
</View>
</DigipassInfo>
Functional customization
DigipassInfo: This element defines the authenticator information which is displayed in Mobile Authenticator Studio.
Graphical customization
DigipassInfo > View: This element defines the graphical rendering of the authenticator information.
title: The default value is DIGIPASS information.
DigipassInfo > View > MenuItem:
value: The default value is DIGIPASS information.
DigipassInfo > View > Labels > Label:
id="SerialNumber": This is the label for the authenticator serial number.
id="ApplicationCounter": This is label for the application counters. The default value is Application %_CryptoAppIndex_% counter:, where %_CryptoAppIndex_% is the index of the cryptographic application.
id="PhoneGMTTime": This is the label for the current UTC time of the device hosting Mobile Authenticator Studio.
id="ClientServerTimeShift": This is the label for the difference between the device and the server time.
id="RegistrationIdentifier": This is the label for the identifier used in online activation.
id="UserIdentifier": This is the label for the user identifier specified during activation.
id="Build": This is the label for the Mobile Authenticator Studio build number.
DigipassInfo > View > Dynamics > Dynamic:
id="SerialNumber": Can be used to configure the rendering of the authenticator serial number.
id="ApplicationCounter": Can be used to configure the rendering of the authenticator application counters.
id="PhoneGMTTime": Can be used to configure the rendering of the device GMT time.
id="ClientServerTimeShift": Can be used to configure the rendering of the client-server time shift.
id="RegistrationIdentifier": Can be used to configure the rendering of the registration identifier.
id="UserIdentifier": Can be used to configure the rendering of the user identifier.
id="Build": Can be used to configure the rendering of the build version.