API Reference
Class
AclQueryService
Reads ownership and DACL for a Windows service and returns a typed descriptor.
Inheritance
- Object
- AclQueryService
Methods
public static ServiceAclDescriptor Get(String computer, String serviceName) #Returns:
ServiceAclDescriptorGets a service ACL descriptor including owner, group, SDDL and DACL entries.
Parameters
- computer System.String
- Computer name (null/empty for local).
- serviceName System.String
- Short service name.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object