ManagementAuthorizationProvider.Grant(String, String, Boolean) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生クラスでオーバーライドされた場合、指定した構成パスのユーザー名またはロールに承認を付与します。
public:
abstract Microsoft::Web::Management::Server::ManagementAuthorizationInfo ^ Grant(System::String ^ name, System::String ^ configurationPath, bool isRole);
public abstract Microsoft.Web.Management.Server.ManagementAuthorizationInfo Grant (string name, string configurationPath, bool isRole);
abstract member Grant : string * string * bool -> Microsoft.Web.Management.Server.ManagementAuthorizationInfo
Public MustOverride Function Grant (name As String, configurationPath As String, isRole As Boolean) As ManagementAuthorizationInfo
パラメーター
- name
- String
承認が付与されるユーザー名。
- configurationPath
- String
承認が付与される構成パス。
- isRole
- Boolean
true
パラメーターで name
指定された値がセキュリティ ロールであることを示す場合は 。それ以外の場合 false
は 。
戻り値
ManagementAuthorizationInfo オブジェクト。
例外
name
が null
または空です。