Define a generic status for user operation

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
[FlagsAttribute]
public enum VGUserOperationStatus
Visual Basic
<FlagsAttribute> 
Public Enumeration VGUserOperationStatus

Members

Member nameValueDescription
Success1 The operation succeeds.
Failure2 The operation fails.
BadUserId4 This userID is not correspond for this module system
UserNotFound8 The password modification fails. The current password is locked out and must be unlocked by an administrator before changing the password
ErrorProvider16 The identity module have a internal error

See Also