5 references to SR
System.Security.Claims (5)
System\Security\Claims\ClaimsIdentity.cs (4)
176
throw new InvalidOperationException(
SR
.InvalidOperationException_ActorGraphCircular);
286
throw new InvalidOperationException(
SR
.InvalidOperationException_ActorGraphCircular);
495
throw new InvalidOperationException(
SR
.Format(
SR
.InvalidOperation_ClaimCannotBeRemoved, claim));
System\Security\Claims\ClaimsPrincipal.cs (1)
564
throw new PlatformNotSupportedException(
SR
.PlatformNotSupported_Serialization); // BinaryFormatter and WindowsIdentity would be needed