Class CsLoginAuthType
Defines the authentication type of a logged in user in the login table
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class CsLoginAuthType : Enum
Fields
AuthenticationTypeUsernamePassword
Defines the authentication type of a logged in user in the login table
Declaration
public const CsLoginAuthType AuthenticationTypeUsernamePassword
Field Value
Type | Description |
---|---|
CsLoginAuthType |
AuthenticationTypeWebServer
Defines the authentication type of a logged in user in the login table
Declaration
public const CsLoginAuthType AuthenticationTypeWebServer
Field Value
Type | Description |
---|---|
CsLoginAuthType |
value__
Defines the authentication type of a logged in user in the login table
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)