2 overrides of Group
System.Security.AccessControl (2)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (2)
187
public override System.Security.Principal.SecurityIdentifier?
Group
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }
486
public override System.Security.Principal.SecurityIdentifier?
Group
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }