IdentityOptions Class

Definition

Represents all the options you can use to configure the identity system.

public ref class IdentityOptions
public class IdentityOptions
type IdentityOptions = class
Public Class IdentityOptions
Inheritance
IdentityOptions

Constructors

IdentityOptions()

Properties

ClaimsIdentity

Gets or sets the ClaimsIdentityOptions for the identity system.

Cookies

Gets or sets the IdentityCookieOptions for the identity system.

Lockout

Gets or sets the LockoutOptions for the identity system.

OnSecurityStampRefreshingPrincipal

Invoked when the default security stamp validator replaces the user's ClaimsPrincipal in the cookie.

Password

Gets or sets the PasswordOptions for the identity system.

SecurityStampValidationInterval

Gets or sets the TimeSpan after which security stamps are re-validated.

SignIn

Gets or sets the SignInOptions for the identity system.

Tokens

Gets or sets the TokenOptions for the identity system.

User

Gets or sets the UserOptions for the identity system.

Applies to