Method | Description | |
---|---|---|
AddAccess ( System accessType, System sid, System rule ) : void | ||
AddAccess ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags ) : void | ||
AddAccess ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags, System objectFlags, System objectType, System inheritedObjectType ) : void | ||
DiscretionaryAcl ( bool isContainer, bool isDS, System rawAcl ) | ||
DiscretionaryAcl ( bool isContainer, bool isDS, byte revision, int capacity ) | ||
DiscretionaryAcl ( bool isContainer, bool isDS, int capacity ) | ||
RemoveAccess ( System accessType, System sid, System rule ) : bool | ||
RemoveAccess ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags ) : bool | ||
RemoveAccess ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags, System objectFlags, System objectType, System inheritedObjectType ) : bool | ||
RemoveAccessSpecific ( System accessType, System sid, System rule ) : void | ||
RemoveAccessSpecific ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags ) : void | ||
RemoveAccessSpecific ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags, System objectFlags, System objectType, System inheritedObjectType ) : void | ||
SetAccess ( System accessType, System sid, System rule ) : void | ||
SetAccess ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags ) : void | ||
SetAccess ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags, System objectFlags, System objectType, System inheritedObjectType ) : void |
public AddAccess ( System accessType, System sid, System rule ) : void | ||
accessType | System | |
sid | System | |
rule | System | |
return | void |
public AddAccess ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags ) : void | ||
accessType | System | |
sid | System | |
accessMask | int | |
inheritanceFlags | System | |
propagationFlags | System | |
return | void |
public AddAccess ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags, System objectFlags, System objectType, System inheritedObjectType ) : void | ||
accessType | System | |
sid | System | |
accessMask | int | |
inheritanceFlags | System | |
propagationFlags | System | |
objectFlags | System | |
objectType | System | |
inheritedObjectType | System | |
return | void |
public DiscretionaryAcl ( bool isContainer, bool isDS, System rawAcl ) | ||
isContainer | bool | |
isDS | bool | |
rawAcl | System |
public DiscretionaryAcl ( bool isContainer, bool isDS, byte revision, int capacity ) | ||
isContainer | bool | |
isDS | bool | |
revision | byte | |
capacity | int |
public DiscretionaryAcl ( bool isContainer, bool isDS, int capacity ) | ||
isContainer | bool | |
isDS | bool | |
capacity | int |
public RemoveAccess ( System accessType, System sid, System rule ) : bool | ||
accessType | System | |
sid | System | |
rule | System | |
return | bool |
public RemoveAccess ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags ) : bool | ||
accessType | System | |
sid | System | |
accessMask | int | |
inheritanceFlags | System | |
propagationFlags | System | |
return | bool |
public RemoveAccess ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags, System objectFlags, System objectType, System inheritedObjectType ) : bool | ||
accessType | System | |
sid | System | |
accessMask | int | |
inheritanceFlags | System | |
propagationFlags | System | |
objectFlags | System | |
objectType | System | |
inheritedObjectType | System | |
return | bool |
public RemoveAccessSpecific ( System accessType, System sid, System rule ) : void | ||
accessType | System | |
sid | System | |
rule | System | |
return | void |
public RemoveAccessSpecific ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags ) : void | ||
accessType | System | |
sid | System | |
accessMask | int | |
inheritanceFlags | System | |
propagationFlags | System | |
return | void |
public RemoveAccessSpecific ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags, System objectFlags, System objectType, System inheritedObjectType ) : void | ||
accessType | System | |
sid | System | |
accessMask | int | |
inheritanceFlags | System | |
propagationFlags | System | |
objectFlags | System | |
objectType | System | |
inheritedObjectType | System | |
return | void |
public SetAccess ( System accessType, System sid, System rule ) : void | ||
accessType | System | |
sid | System | |
rule | System | |
return | void |
public SetAccess ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags ) : void | ||
accessType | System | |
sid | System | |
accessMask | int | |
inheritanceFlags | System | |
propagationFlags | System | |
return | void |
public SetAccess ( System accessType, System sid, int accessMask, System inheritanceFlags, System propagationFlags, System objectFlags, System objectType, System inheritedObjectType ) : void | ||
accessType | System | |
sid | System | |
accessMask | int | |
inheritanceFlags | System | |
propagationFlags | System | |
objectFlags | System | |
objectType | System | |
inheritedObjectType | System | |
return | void |