Interface IGroup
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/security/acl/Group.html
public interface IGroup : IPrincipal
- Inherited Members
Methods
AddMember(Principal)
bool AddMember(Principal arg0)
Parameters
Returns
IsMember(Principal)
bool IsMember(Principal arg0)
Parameters
Returns
Members<ReturnExtendsJava_Security_Principal>()
Enumeration<ReturnExtendsJava_Security_Principal> Members<ReturnExtendsJava_Security_Principal>() where ReturnExtendsJava_Security_Principal : Principal
Returns
- Enumeration<ReturnExtendsJava_Security_Principal>
Type Parameters
ReturnExtendsJava_Security_Principal
RemoveMember(Principal)
bool RemoveMember(Principal arg0)