AuthenticationValidatorResult Enumeration |
Namespace:
PDTec.IceNet.Domain.UserManagement
Assembly:
PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public enum AuthenticationValidatorResult
Members
| Member name | Value | Description |
---|
| Success | 0 |
The custom authentication validation was successful.
|
| Failed | 1 |
The custom authentication validation has failed. An additional
message argument provides a displayable error text.
|
| SkipToDefault | 2 |
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