Enum SoAuthenticationType
Method of authentication used to authenticate a user
Namespace: SuperOffice.Security.Principal
Assembly: SoCore.dll
Syntax
public enum SoAuthenticationType
Fields
| Name | Description |
|---|---|
| CRM5 | The user is authenticated with a CRM5 username and password that correspond with values in the users associate record. |
| Database | The user is autheniticated by the database. This authentication is only supported for client side versions of NetServer. |
| Delegated | Authentication was delegated to a 3rd party authenticator |
| Impersonated | The user a system user impersonated as a named user |
| Passport | The user is authenticated with Microsoft Passport authentication. |
| Unauthenticated | The user is not authenticated. |
| Windows | The user is authenticated by his windows logon account. |