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 字符串。

适用于