Настройки провайдера аутентификации.
Inheritance
System.Object
AuthOptions
Namespace:InfinniPlatform.Auth
Assembly:InfinniPlatform.Auth.dll
public class AuthOptions : object
Constructors
|
Improve this Doc
View Source
Declaration
Fields
|
Improve this Doc
View Source
Declaration
public static readonly AuthOptions Default
Field Value
|
Improve this Doc
View Source
Declaration
public const string DefaultLoginPath = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string DefaultLogoutPath = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const int DefaultUserCacheTimeout = null
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public const string SectionName = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
Фабрика для получения сервиса локализации ошибок аутентификации/авторизации .
Declaration
public IIdentityErrorDescriberFactory IdentityErrorDescriber { get; set; }
Property Value
|
Improve this Doc
View Source
Настройки ASP.NET Identity.
Declaration
public IOptions<IdentityOptions> IdentityOptions { get; set; }
Property Value
Type |
Description |
IOptions<IdentityOptions> |
|
|
Improve this Doc
View Source
Фабрика для получения нормализатора ключей .
Declaration
public ILookupNormalizerFactory LookupNormalizerFactory { get; set; }
Property Value
|
Improve this Doc
View Source
Фабрика для получения генератора хэшей для паролей .
Declaration
public IPasswordHasherFactory PasswordHasherFactory { get; set; }
Property Value
|
Improve this Doc
View Source
Фабрика для получения валидаторов паролей .
Declaration
public IPasswordValidatorsFactory PasswordValidatorsFactory { get; set; }
Property Value
|
Improve this Doc
View Source
Таймаут сброса кэша пользователей в минутах.
Declaration
public int UserCacheTimeout { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Фабрика для получения хранилища пользователей .
Declaration
public IUserStoreFactory UserStoreFactory { get; set; }
Property Value
|
Improve this Doc
View Source
Фабрика для получения валидаторов пользователей .
Declaration
public IUserValidatorsFactory UserValidatorsFactory { get; set; }
Property Value
Extension Methods