次の方法で共有


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 または configurationPath が、null または空です。

注釈

Microsoft.Web.Management.Server.ManagementAuthorizationProvider.Grant メソッドが ManagementAuthorizationInfo オブジェクトを返します。

適用対象