App.Security.FormsAuthenticationWrapper.SetAuthCookie C# (CSharp) Méthode

SetAuthCookie() public méthode

public SetAuthCookie ( string userName, bool createPersistentCookie ) : void
userName string
createPersistentCookie bool
Résultat void
        public void SetAuthCookie(string userName, bool createPersistentCookie)
        {
            FormsAuthentication.SetAuthCookie(userName, createPersistentCookie);
        }
FormsAuthenticationWrapper