VICSmartcardMonitor
Description: |
Enables and disables smart card monitoring on a VIC and outputs authentication information received from the VIC when a smart card is used. |
Warning: | This statement should be used by advanced users only. |
Returns: | Boolean |
Usage: | Steady State only. |
Function Groups: | Security |
Related to: | VICSmartcardResponse |
Format: | VICSmartcardMonitor(SmartcardRemoved, SecurityContext, UPN) |
Parameters: |
SmartcardRemoved |
Required. A variable whose value is set to TRUE if the smart card has been removed, else FALSE. |
SecurityContext |
Required. A variable whose value is set to the Kerberos Security Context for the user attempting to sign in on the VIC using a smart card. |
UPN |
Required. A variable whose value is set to the User Principal Name (e.g. user@example.com) for the user attempting to sign in on the VIC using a Smartcard. |
Comments: |
This is a reset-able function whose initial return value is FALSE. The function will be triggered by a message from the VIC indicating either an attempt to sign in using a smart card or a removal of the smart card and then the return value is TRUE. |