2 types derived from GenericAce
System.Security.AccessControl (2)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (2)
233
public sealed partial class CustomAce : System.Security.AccessControl.
GenericAce
316
public abstract partial class KnownAce : System.Security.AccessControl.
GenericAce
13 references to GenericAce
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
822
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
GenericAce
))]
System.Security.AccessControl (12)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (12)
56
public System.Security.AccessControl.
GenericAce
Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }
154
public sealed override System.Security.AccessControl.
GenericAce
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }
271
public System.Security.AccessControl.
GenericAce
Copy() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
272
public static System.Security.AccessControl.
GenericAce
CreateFromBinaryForm(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
276
public static bool operator ==(System.Security.AccessControl.
GenericAce
? left, System.Security.AccessControl.
GenericAce
? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
277
public static bool operator !=(System.Security.AccessControl.
GenericAce
? left, System.Security.AccessControl.
GenericAce
? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
288
public abstract System.Security.AccessControl.
GenericAce
this[int index] { get; set; }
291
public void CopyTo(System.Security.AccessControl.
GenericAce
[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
473
public override System.Security.AccessControl.
GenericAce
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }
476
public void InsertAce(int index, System.Security.AccessControl.
GenericAce
ace) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }