C# (CSharp) Sholo.Web.Security.Authentication.User.Provider Пространство имен

Классы

Имя Описание
CacheUserAuthenticationTicketProvider An IUserAuthenticationTicketProvider implementation that relies on the ASP.NET Caching model for ticket storage. Generally this implies that the ticket storage is maintained locally on the web server (either in memory or on disk). A limitation of this model is that it will not support clustered, load balanced, or round-robin style configurations.
UserAuthenticationTicketProviderBase