Gets and Sets the Type of Authentication associated with this control

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

Syntax

C#
public string AuthenticationType { get; set; }
Visual Basic
Public Property AuthenticationType As String
	Get
	Set

See Also