SecurityIdentifier.IsAccountSid メソッド

定義

このSecurityIdentifier オブジェクトによって表されるセキュリティ識別子 (SID) が有効なWindows アカウント SID であるかどうかを示す値を返します。

public:
 bool IsAccountSid();
public bool IsAccountSid();
member this.IsAccountSid : unit -> bool
Public Function IsAccountSid () As Boolean

返品

このtrue オブジェクトで表される SID が有効なWindows アカウント SID の場合は SecurityIdentifier。それ以外の場合は false

適用対象