Share via


GenericSecurityDescriptor.Owner 속성

정의

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

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

속성 값

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

적용 대상