API Reference
Class
InteractiveLogonPolicyState
Interactive logon policy settings (message text, last logon display, etc.).
Inheritance
- Object
- InteractiveLogonPolicyState
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public InteractiveLogonPolicyState() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String LegalNoticeCaption { get; set; } #Caption for the legal notice dialog.
public String LegalNoticeText { get; set; } #Text for the legal notice dialog.
public Nullable<Int32> InactivityTimeoutSecs { get; set; } #Console lock timeout in seconds.
public Nullable<Boolean> DisableCAD { get; set; } #Disable Ctrl+Alt+Del requirement.