SecurityIdentifier.IsWellKnown(WellKnownSidType) メソッド

定義

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 オブジェクトと比較する値。

戻り値

Boolean

typeSecurityIdentifier オブジェクトの SID の種類である場合は true。それ以外の場合は false

適用対象