Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ RawSecurityDescriptor() [1/3]

System.Security.AccessControl.RawSecurityDescriptor.RawSecurityDescriptor ( ControlFlags flags,
SecurityIdentifier? owner,
SecurityIdentifier? group,
RawAcl? systemAcl,
RawAcl? discretionaryAcl )
inline

Definition at line 97 of file RawSecurityDescriptor.cs.

98 {
99 CreateFromParts(flags, owner, group, systemAcl, discretionaryAcl);
100 }
void CreateFromParts(ControlFlags flags, SecurityIdentifier owner, SecurityIdentifier group, RawAcl systemAcl, RawAcl discretionaryAcl)

References System.Security.AccessControl.RawSecurityDescriptor.CreateFromParts().