Enum AuthenticationStrength
Authentication Strength of an Account Provider.
Namespace: TheIdentityHub.AspNetCore.Authentication
Assembly: TheIdentityHub.AspNetCore.Authentication.dll
Syntax
public enum AuthenticationStrength : int
Fields
| Name | Description |
|---|---|
| High | High authentication strength. |
| Low | Low authentication strength. |
| Medium | Medium authentication strength. |
| None | Unknown authentication strength. |
| VeryHigh | Very high authentication strength. |
| VeryLow | Very low authentication strength. |