Indicates the state of user consent.
Namespace:
Intel.Manageability.UserConsentAssembly: HLAPI (in HLAPI.dll)
Syntax
C# |
---|
public enum ConsentProcessState |
Members
Member name | Description | |
---|---|---|
NotRequested |
User consent is't requested.
| |
Requested |
A console has requested a user consent code. The code was created, but it was not displayed to the user yet.
| |
Displayed |
The user consent code was displayed to the user.
| |
ReadyForSessionStart |
User Consent code was successfully entered by the IT operator.
| |
InSession |
There is a redirection or KVM session open.
|