2 overrides of BinaryLength
System.Security.AccessControl (2)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (2)
149
public sealed override int
BinaryLength
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }
471
public override int
BinaryLength
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }