API Reference
Class
SmbSharePermissionsQuery
Reads SMB share permissions (DACL) via Win32_LogicalShareSecuritySetting.
Inheritance
- Object
- SmbSharePermissionsQuery
Methods
public static List<SmbSharePermissionEntry> Get(String shareName, String computerName = null) #Returns:
List<SmbSharePermissionEntry>Gets the share permissions for a given share.
Parameters
- shareName System.String
- Share name.
- computerName System.String = null
- Target computer; null uses local.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object