Security Class Members
The following tables list the members exposed by Security.
Public Properties
Name | Description | |
---|---|---|
AttemptedLoginUsername | ||
AutoLogOff | ||
AutoLogOffRemainingTime | ||
AutoLogOffTimeSpan | ||
AutoLogonCurrentUser | ||
IsAzureAdLogon | ||
LastLogonAttemptFailed | ||
LastSuccessfulLogin | ||
LastUnsuccessfulLogin | ||
LoggedIn | ||
LoggedInAccessLevel | ||
LoggedInUserName | ||
LoggedInUserRoles | ||
LoggedInUserSsoToken | Gets the single-sign-on token for the user currently logged-in to the ViewApp. Returns null if a user is not logged-in to the ViewApp. | |
LoggedInUserWinToken | Gets the windows account token for the user currently logged-in to the ViewApp. Returns null if a user is not logged-in to the ViewApp. |
Public Methods
Name | Description | |
---|---|---|
GetCredentialNames | ||
GetNamedCredentials | ||
Logoff | ||
Logout | ||
RegisterWindowToMonitorUserActivity | ||
ShowLoginDialog | ||
UnregisterWindowToMonitorUserActivity |
Public Events
Name | Description | |
---|---|---|
AutoLogOnUserChanged | ||
LogOnUserChanged | ||
LogOnUserChanging | ||
LogOnUserTokenRefreshed | ||
PropertyChanged |
See Also