7 references to RawAcl
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
841[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.RawAcl))]
System.Security.AccessControl (6)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (6)
247public DiscretionaryAcl(bool isContainer, bool isDS, System.Security.AccessControl.RawAcl? rawAcl) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 482public RawSecurityDescriptor(System.Security.AccessControl.ControlFlags flags, System.Security.Principal.SecurityIdentifier? owner, System.Security.Principal.SecurityIdentifier? group, System.Security.AccessControl.RawAcl? systemAcl, System.Security.AccessControl.RawAcl? discretionaryAcl) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 485public System.Security.AccessControl.RawAcl? DiscretionaryAcl { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 489public System.Security.AccessControl.RawAcl? SystemAcl { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 520public SystemAcl(bool isContainer, bool isDS, System.Security.AccessControl.RawAcl rawAcl) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }