3 references to IdentityNotMappedException
System.Security.Principal.Windows (3)
System\Security\Principal\IRCollection.cs (1)
318
throw new
IdentityNotMappedException
(SR.IdentityReference_IdentityNotMapped, Result);
System\Security\Principal\NTAccount.cs (1)
152
throw new
IdentityNotMappedException
(SR.IdentityReference_IdentityNotMapped, UnmappedIdentities);
System\Security\Principal\SID.cs (1)
1110
throw new
IdentityNotMappedException
(SR.IdentityReference_IdentityNotMapped, UnmappedIdentities);