4 references to GetResourceString
System.Security.Claims (4)
artifacts\obj\System.Security.Claims\Debug\net10.0\System.SR.cs (4)
16
internal static string @ArgumentException_StringComparisonCultureAware =>
GetResourceString
("ArgumentException_StringComparisonCultureAware", @"The StringComparison must be one of Ordinal, OrdinalIgnoreCase, InvariantCulture, InvariantCultureIgnoreCase.");
18
internal 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.");
20
internal 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.");
22
internal static string @PlatformNotSupported_Serialization =>
GetResourceString
("PlatformNotSupported_Serialization", @"This instance contains state that cannot be serialized and deserialized on this platform.");