5 references to IdentityReferenceCollection
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1048[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.IdentityReferenceCollection))]
System.Security.Principal.Windows (4)
artifacts\obj\System.Security.Principal.Windows\Debug\net9.0\System.Security.Principal.Windows.notsupported.cs (4)
25public System.Security.Principal.IdentityReferenceCollection UnmappedIdentities { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 56public System.Security.Principal.IdentityReferenceCollection Translate(System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 57public System.Security.Principal.IdentityReferenceCollection Translate(System.Type targetType, bool forceSuccess) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 250public System.Security.Principal.IdentityReferenceCollection? Groups { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } }