IdentityConstants Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents all the options you can use to configure the cookies middleware used by the identity system.
public ref class IdentityConstants
public class IdentityConstants
type IdentityConstants = class
Public Class IdentityConstants
- Inheritance
-
IdentityConstants
Constructors
IdentityConstants() |
Fields
ApplicationScheme |
The scheme used to identify application authentication cookies. |
BearerScheme |
The scheme used to identify bearer authentication tokens. |
ExternalScheme |
The scheme used to identify external authentication cookies. |
TwoFactorRememberMeScheme |
The scheme used to identify Two Factor authentication cookies for saving the Remember Me state. |
TwoFactorUserIdScheme |
The scheme used to identify Two Factor authentication cookies for round tripping user identities. |