6 references to IdentityReference_IdentityNotMapped
System.Security.Principal.Windows (6)
System\Security\Principal\IdentityNotMappedException.cs (3)
16: base(SR.IdentityReference_IdentityNotMapped) 21: base(message ?? SR.IdentityReference_IdentityNotMapped) 26: base(message ?? SR.IdentityReference_IdentityNotMapped, inner)
System\Security\Principal\IRCollection.cs (1)
318throw new IdentityNotMappedException(SR.IdentityReference_IdentityNotMapped, Result);
System\Security\Principal\NTAccount.cs (1)
152throw new IdentityNotMappedException(SR.IdentityReference_IdentityNotMapped, UnmappedIdentities);
System\Security\Principal\SID.cs (1)
1110throw new IdentityNotMappedException(SR.IdentityReference_IdentityNotMapped, UnmappedIdentities);