C# 클래스 MSDNSWebAdmin.AppCode.Authorization

Checks user is allowed to access requested server
파일 보기 프로젝트 열기: drorgl/MSDNSWebAdmin

공개 메소드들

메소드 설명
IsAllowedServer ( string domain, string username, string serverName ) : bool

Checks if access should be allowed to this server

메소드 상세

IsAllowedServer() 공개 정적인 메소드

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
리턴 bool