SetAuthenticationType sets the authentication method used by the currently logged on user

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

Syntax

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

Parameters

value
Type: System..::..String
The Authentication type

See Also