Gets and Sets the type (name) of the Authentication System (eg DNN, OpenID, LiveID)
Namespace: DotNetNuke.Services.AuthenticationAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public string AuthenticationType { get; set; } |
| Visual Basic |
|---|
Public Property AuthenticationType As String Get Set |