ActiveDirectoryRole.IncludesIdentity(String) 方法

定义

返回一个值,该值指示 ActiveDirectoryRole 是否包含指定的标识。

public:
 override bool IncludesIdentity(System::String ^ identity);
public override bool IncludesIdentity (string identity);
override this.IncludesIdentity : string -> bool
Public Overrides Function IncludesIdentity (identity As String) As Boolean

参数

identity
String

要搜索的标识。

返回

Boolean

如果 true 包含在 identity 中,则为 ActiveDirectoryRole;否则为 false

注解

由于角色是一个或多个对象的一般化,因此许多标识可能由单个角色来描述。 使用 IncludesIdentity 测试指定的标识是否包含在此角色中。

适用于