Show / Hide Table of Contents

Enum AuthenticationError

Defines errors that occur during authentication.

Namespace: Sartorius.SAF.Security
Assembly: Sartorius.SAF.dll
Syntax
public enum AuthenticationError

Fields

Name Description
AccountExpired

The account is expired.

AccountLocked

The account is locked.

CheckSumNotCorrect

The checksum of the data is not correct.

LDAPUserOrPwdNotExist

The LDAP user name or password not found.

None

No error

PasswordExpired

The password is expired; it must be changed.

PasswordNotCorrect

The password is not correct.

PasswordRules

The password doesn't match the rules.

UserNameNotExist

The user name not found.

Extension Methods

CollectionExtensions.AddRange<T, AuthenticationError>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<AuthenticationError>()
  • View Source
Back to top Generated by DocFX