SecurityIdentifier.Value プロパティ

定義

この SecurityIdentifier オブジェクトによって表されるセキュリティ識別子 (SID) の大文字のセキュリティ記述子定義言語 (SDDL) 文字列を返します。

public:
 virtual property System::String ^ Value { System::String ^ get(); };
public override string Value { get; }
member this.Value : string
Public Overrides ReadOnly Property Value As String

プロパティ値

SecurityIdentifier オブジェクトによって表される SID の大文字の SDDL 文字列。

適用対象