SecurityCallContext.IsUserInRole(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
驗證指定的使用者是否在指定角色中。
public:
bool IsUserInRole(System::String ^ user, System::String ^ role);
public bool IsUserInRole (string user, string role);
member this.IsUserInRole : string * string -> bool
Public Function IsUserInRole (user As String, role As String) As Boolean
參數
- user
- String
指定的使用者。
- role
- String
指定的角色。
傳回
如果指定的使用者是指定角色的成員,則為 true
,否則為 false
。