GenericSecurityDescriptor.Owner Propriété

Définition

Obtient ou définit le propriétaire de l’objet associé à cet objet 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

Valeur de propriété

Propriétaire de l’objet associé à cet objet GenericSecurityDescriptor.

S’applique à