AuthenticationValidatorResult Enumeration |
Namespace: PDTec.IceNet.Domain.UserManagementAssembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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