Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IdentityOptions Class

Definition

Namespace:
Microsoft.AspNetCore.Identity
Assembly:
Microsoft.Extensions.Identity.Core.dll
Package:
Microsoft.Extensions.Identity.Core v10.0.0
Package:
Microsoft.Extensions.Identity.Core v11.0.0-preview.4.26230.115
Package:
Microsoft.Extensions.Identity.Core v2.0.0
Package:
Microsoft.Extensions.Identity.Core v2.1.0
Package:
Microsoft.Extensions.Identity.Core v2.2.0
Package:
Microsoft.Extensions.Identity.Core v3.0.3
Package:
Microsoft.Extensions.Identity.Core v3.1.18
Package:
Microsoft.Extensions.Identity.Core v5.0.9
Package:
Microsoft.Extensions.Identity.Core v6.0.6
Package:
Microsoft.Extensions.Identity.Core v7.0.5
Package:
Microsoft.Extensions.Identity.Core v8.0.19
Package:
Microsoft.Extensions.Identity.Core v9.0.8
Source:
IdentityOptions.cs
Source:
IdentityOptions.cs
Source:
IdentityOptions.cs
Source:
IdentityOptions.cs
Source:
IdentityOptions.cs
Source:
IdentityOptions.cs
Source:
IdentityOptions.cs
Source:
IdentityOptions.cs
Source:
IdentityOptions.cs
Source:
IdentityOptions.cs
Source:
IdentityOptions.cs

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 identity system.

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

Constructors

Name Description
IdentityOptions()

Properties

Name Description
ClaimsIdentity

Gets or sets the ClaimsIdentityOptions for the identity system.

Lockout

Gets or sets the LockoutOptions for the identity system.

Password

Gets or sets the PasswordOptions for the identity system.

SignIn

Gets or sets the SignInOptions for the identity system.

Stores

Gets or sets the StoreOptions 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


Feedback

Was this page helpful?