3 references to CompoundAceType
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
807
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
CompoundAceType
))]
System.Security.AccessControl (2)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (2)
203
public CompoundAce(System.Security.AccessControl.AceFlags flags, int accessMask, System.Security.AccessControl.
CompoundAceType
compoundAceType, System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
205
public System.Security.AccessControl.
CompoundAceType
CompoundAceType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }