BrockAllen.MembershipReboot.Owin.OwinAuthenticationService.OwinAuthenticationService C# (CSharp) Метод

OwinAuthenticationService() публичный Метод

public OwinAuthenticationService ( UserAccountService svc, object>.IDictionary env ) : Microsoft.Owin
svc UserAccountService
env object>.IDictionary
Результат Microsoft.Owin
        public OwinAuthenticationService(
            UserAccountService svc,
            IDictionary<string, object> env
        )
            : this(MembershipRebootOwinConstants.AuthenticationType, svc, env, null)
        {
        }

Same methods

OwinAuthenticationService::OwinAuthenticationService ( string authenticationType, UserAccountService svc, object>.IDictionary env ) : Microsoft.Owin
OwinAuthenticationService::OwinAuthenticationService ( string authenticationType, UserAccountService svc, object>.IDictionary env, System.Security.Claims.ClaimsAuthenticationManager transformer ) : Microsoft.Owin