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)
247
public DiscretionaryAcl(bool isContainer, bool isDS, System.Security.AccessControl.
RawAcl
? rawAcl) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
482
public 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); }
485
public System.Security.AccessControl.
RawAcl
? DiscretionaryAcl { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }
489
public System.Security.AccessControl.
RawAcl
? SystemAcl { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }
520
public SystemAcl(bool isContainer, bool isDS, System.Security.AccessControl.
RawAcl
rawAcl) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }