C# Class MSDNSWebAdmin.AppCode.Authorization

Checks user is allowed to access requested server
Exibir arquivo Open project: drorgl/MSDNSWebAdmin

Public Methods

Method Description
IsAllowedServer ( string domain, string username, string serverName ) : bool

Checks if access should be allowed to this server

Method Details

IsAllowedServer() public static method

Checks if access should be allowed to this server
public static IsAllowedServer ( string domain, string username, string serverName ) : bool
domain string
username string
serverName string
return bool