SecurityIdentifier.IsWellKnown(WellKnownSidType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示 SecurityIdentifier 对象是否与指定的已知安全标识符 (SID) 类型匹配。
public:
bool IsWellKnown(System::Security::Principal::WellKnownSidType type);
public bool IsWellKnown (System.Security.Principal.WellKnownSidType type);
member this.IsWellKnown : System.Security.Principal.WellKnownSidType -> bool
Public Function IsWellKnown (type As WellKnownSidType) As Boolean
参数
- type
- WellKnownSidType
一个要与 SecurityIdentifier 对象进行比较的值。
返回
如果 type
为 SecurityIdentifier 对象的 SID 类型,则为 true
;否则为 false
。