GenericPrincipal.IsInRole メソッド
現在の GenericPrincipal が、指定したロールに属しているかどうかを確認します。
Public Overridable Function IsInRole( _
ByVal role As String _) As Boolean Implements IPrincipal.IsInRole
[C#]
public virtual bool IsInRole(stringrole);
[C++]
public: virtual bool IsInRole(String* role);
[JScript]
public function IsInRole(
role : String) : Boolean;
パラメータ
- role
メンバシップを確認する対象のロールの名前。
戻り値
現在の GenericPrincipal が、指定したロールのメンバの場合は true 。それ以外の場合は false 。
実装
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
GenericPrincipal クラス | GenericPrincipal メンバ | System.Security.Principal 名前空間