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
。