4 references to AceQualifier
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
795
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
AceQualifier
))]
System.Security.AccessControl (3)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (3)
141
public CommonAce(System.Security.AccessControl.AceFlags flags, System.Security.AccessControl.
AceQualifier
qualifier, int accessMask, System.Security.Principal.SecurityIdentifier sid, bool isCallback, byte[]? opaque) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
345
public ObjectAce(System.Security.AccessControl.AceFlags aceFlags, System.Security.AccessControl.
AceQualifier
qualifier, int accessMask, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAceFlags flags, System.Guid type, System.Guid inheritedType, bool isCallback, byte[]? opaque) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
461
public System.Security.AccessControl.
AceQualifier
AceQualifier { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }