Gets the associated Authentication System

Namespace: DotNetNuke.Services.Installer.Writers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public AuthenticationInfo AuthSystem { get; set; }
Visual Basic
Public Property AuthSystem As AuthenticationInfo
	Get
	Set

Field Value

An AuthenticationInfo object

See Also