C# Class SecurityInnovation.TeamMentor.Authentication.WindowsAuthentication

Show file Open project: TeamMentor-OWASP/Master Class Usage Examples

Public Properties

Property Type Description
adminGroup string
editorGroup string
readerGroup string
windowsAuthentication_Enabled bool

Public Methods

Method Description
authenticateUserBaseOn_ActiveDirectory ( ) : System.Guid
calculateUserGroupBasedOnWindowsIdentity ( ) : UserGroup
loadConfiguration ( ) : void

Private Methods

Method Description
WindowsAuthentication ( ) : System

Method Details

authenticateUserBaseOn_ActiveDirectory() public method

public authenticateUserBaseOn_ActiveDirectory ( ) : System.Guid
return System.Guid

calculateUserGroupBasedOnWindowsIdentity() public method

public calculateUserGroupBasedOnWindowsIdentity ( ) : UserGroup
return UserGroup

loadConfiguration() public static method

public static loadConfiguration ( ) : void
return void

Property Details

adminGroup public static property

public static string adminGroup
return string

editorGroup public static property

public static string editorGroup
return string

readerGroup public static property

public static string readerGroup
return string

windowsAuthentication_Enabled public static property

public static bool windowsAuthentication_Enabled
return bool