5 references to IdentityReference_MustBeIdentityReference
System.Security.Principal.Windows (5)
System\Security\Principal\IRCollection.cs (1)
155
throw new ArgumentException(SR.
IdentityReference_MustBeIdentityReference
, nameof(targetType));
System\Security\Principal\NTAccount.cs (2)
117
throw new ArgumentException(SR.
IdentityReference_MustBeIdentityReference
, nameof(targetType));
167
throw new ArgumentException(SR.
IdentityReference_MustBeIdentityReference
, nameof(targetType));
System\Security\Principal\SID.cs (2)
826
throw new ArgumentException(SR.
IdentityReference_MustBeIdentityReference
, nameof(targetType));
1126
throw new ArgumentException(SR.
IdentityReference_MustBeIdentityReference
, nameof(targetType));