summaryM:DotNetNuke.Entities.Users.UserController.SetAuthCookie(System.String,System.Boolean)
Namespace: DotNetNuke.Entities.UsersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DNN 6.1. The method had no implementation !!!")] public static void SetAuthCookie( string username, bool createPersistentCookie ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 6.1. The method had no implementation !!!")> Public Shared Sub SetAuthCookie ( username As String, createPersistentCookie As Boolean ) |
Parameters
- username
- Type: System..::..String
paramusernameM:DotNetNuke.Entities.Users.UserController.SetAuthCookie(System.String,System.Boolean)
- createPersistentCookie
- Type: System..::..Boolean
paramcreatePersistentCookieM:DotNetNuke.Entities.Users.UserController.SetAuthCookie(System.String,System.Boolean)