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 字符串(全部大写)。

适用于