다음을 통해 공유


RawSecurityDescriptor.Owner 속성

정의

RawSecurityDescriptor 개체와 연결된 개체의 소유자를 가져오거나 설정합니다.

public:
 virtual property System::Security::Principal::SecurityIdentifier ^ Owner { System::Security::Principal::SecurityIdentifier ^ get(); void set(System::Security::Principal::SecurityIdentifier ^ value); };
public override System.Security.Principal.SecurityIdentifier? Owner { get; set; }
public override System.Security.Principal.SecurityIdentifier Owner { get; set; }
member this.Owner : System.Security.Principal.SecurityIdentifier with get, set
Public Overrides Property Owner As SecurityIdentifier

속성 값

RawSecurityDescriptor 개체와 연결된 개체의 소유자입니다.

적용 대상