Enum UserNameAuthenticationType
Defines the authentication mechanism used for validation Username/Password tokens.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum UserNameAuthenticationType
Fields
| Name | Description |
|---|---|
| Custom | Username/Password token is authenticated with security token handler configured in the node's local configuration file. |
| None | Username/Password token is not explicitly authenticated. Secondary authentication is possible during authorization process through the use of UserNameExpression. The issued identity is of type System.Security.Claims.ClaimsIdentity. |
| Windows | Username/Password token is authenticated against Windows user store. The issued identity is of type System.Security.Principal.WindowsIdentity. |