4 overrides of GetBinaryForm
System.Security.AccessControl (4)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (4)
143
public override void
GetBinaryForm
(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
206
public override void
GetBinaryForm
(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
239
public override void
GetBinaryForm
(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
350
public override void
GetBinaryForm
(byte[] binaryForm, int offset) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }