ObjectSecurity.SetOwner(IdentityReference)
ObjectSecurity.SetOwner(IdentityReference)
ObjectSecurity.SetOwner(IdentityReference)
ObjectSecurity.SetOwner(IdentityReference)
Method
Definition
Sets the owner for the security descriptor associated with this ObjectSecurity object.
public:
void SetOwner(System::Security::Principal::IdentityReference ^ identity);
public void SetOwner (System.Security.Principal.IdentityReference identity);
member this.SetOwner : System.Security.Principal.IdentityReference -> unit
Public Sub SetOwner (identity As IdentityReference)
Parameters
The owner to set.
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...