Interface IOwner
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/security/acl/Owner.html
public interface IOwner
Methods
AddOwner(Principal, Principal)
bool AddOwner(Principal arg0, Principal arg1)
Parameters
Returns
Exceptions
DeleteOwner(Principal, Principal)
bool DeleteOwner(Principal arg0, Principal arg1)
Parameters
Returns
Exceptions
IsOwner(Principal)
bool IsOwner(Principal arg0)