API Reference
Struct
SmbShareAceInfo
Represents an ACE on an SMB share.
Inheritance
- ValueType
- SmbShareAceInfo
Constructors
public SmbShareAceInfo(String AccountName, String Sid, AccessControlType AccessType, FileSystemRights Rights) #Represents an ACE on an SMB share.
Parameters
- AccountName System.String
- Resolved account name when available.
- Sid System.String
- SID of the trustee.
- AccessType System.Security.AccessControl.AccessControlType
- Allow or deny.
- Rights System.Security.AccessControl.FileSystemRights
- Granted rights.
Methods
public Void Deconstruct(out String AccountName, out String Sid, out AccessControlType AccessType, out FileSystemRights Rights) #Returns:
VoidParameters
- AccountName String
- Sid String
- AccessType AccessControlType
- Rights FileSystemRights
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String