C# Class MSDNSWebAdmin.AppCode.Authorization

Checks user is allowed to access requested server
Afficher le fichier Open project: drorgl/MSDNSWebAdmin

Méthodes publiques

Méthode Description
IsAllowedServer ( string domain, string username, string serverName ) : bool

Checks if access should be allowed to this server

Method Details

IsAllowedServer() public static méthode

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
Résultat bool