3 references to GetResourceString
System.Security.Claims (3)
artifacts\obj\System.Security.Claims\Debug\net9.0\System.SR.cs (3)
16internal static string @InvalidOperation_ClaimCannotBeRemoved => GetResourceString("InvalidOperation_ClaimCannotBeRemoved", @"The Claim '{0}' was not able to be removed. It is either not part of this Identity or it is a Claim that is owned by the Principal that contains this Identity. For example, the Principal will own the Claim when creating a GenericPrincipal with roles. The roles will be exposed through the Identity that is passed in the constructor, but not actually owned by the Identity. Similar logic exists for a RolePrincipal."); 18internal static string @InvalidOperationException_ActorGraphCircular => GetResourceString("InvalidOperationException_ActorGraphCircular", @"An Actor must not create a circular reference between itself (or one of its child Actors) and one of its parents."); 20internal static string @PlatformNotSupported_Serialization => GetResourceString("PlatformNotSupported_Serialization", @"This instance contains state that cannot be serialized and deserialized on this platform.");