summaryM:DotNetNuke.Services.Authentication.AuthenticationController.SetAuthenticationType(System.String,System.Boolean)

Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void SetAuthenticationType(
	string value,
	bool CreatePersistentCookie
)
Visual Basic
Public Shared Sub SetAuthenticationType ( 
	value As String,
	CreatePersistentCookie As Boolean
)

Parameters

value
Type: System..::..String
paramvalueM:DotNetNuke.Services.Authentication.AuthenticationController.SetAuthenticationType(System.String,System.Boolean)
CreatePersistentCookie
Type: System..::..Boolean
paramCreatePersistentCookieM:DotNetNuke.Services.Authentication.AuthenticationController.SetAuthenticationType(System.String,System.Boolean)

See Also