ManagementAuthorizationInfo(String, String, Boolean) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
또는 configurationPath
이 null
이거나 비어 있습니다.
설명
Microsoft.Web.Management.Server.ManagementAuthorizationProvider.Grant 메서드는 ManagementAuthorizationInfo 개체를 반환합니다.