다음을 통해 공유


ManagementAuthorizationInfo(String, String, Boolean) 생성자

정의

ManagementAuthorizationInfo 클래스의 새 인스턴스를 초기화합니다.

public:
 ManagementAuthorizationInfo(System::String ^ name, System::String ^ configurationPath, bool isRole);
public ManagementAuthorizationInfo (string name, string configurationPath, bool isRole);
new Microsoft.Web.Management.Server.ManagementAuthorizationInfo : string * string * bool -> Microsoft.Web.Management.Server.ManagementAuthorizationInfo
Public Sub New (name As String, configurationPath As String, isRole As Boolean)

매개 변수

name
String

권한을 부여할 사용자 이름 또는 역할입니다.

configurationPath
String

권한 부여를 부여할 구성 경로입니다.

isRole
Boolean

true 매개 변수에 name 지정된 값이 보안 역할임을 나타내려면 이고, false그렇지 않으면 입니다.

예외

name 또는 configurationPathnull이거나 비어 있습니다.

설명

Microsoft.Web.Management.Server.ManagementAuthorizationProvider.Grant 메서드는 ManagementAuthorizationInfo 개체를 반환합니다.

적용 대상