Click or drag to resize
AuthenticationValidatorResult Enumeration
The authentication result provided by a IAuthenticationValidator implementation.

Namespace: PDTec.IceNet.Domain.UserManagement
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public enum AuthenticationValidatorResult
Members
  Member nameValueDescription
Success0 The custom authentication validation was successful.
Failed1 The custom authentication validation has failed. An additional message argument provides a displayable error text.
SkipToDefault2 The custom authentication validator was not able to perform the validation (e.g. due to missing ExternalId and has decided that the built-in validation should be performed by the platform.
See Also