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