text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
The provided identity of type '{0}' is marked {1} = {2} but does not have a value for {3}. By default, the antiforgery system requires that all authenticated identities have a unique {3}. If it is not possible to provide a unique {3} for this identity, consider extending {4} by overriding the {5} or a custom type that can provide some form of unique identifier for the current user.
0 = typeof(identity), 1 = nameof(IsAuthenticated), 2 = bool.TrueString, 3 = nameof(Name), 4 = nameof(IAdditionalDataProvider), 5 = nameof(DefaultAdditionalDataProvider)
The provided antiforgery token failed a custom data check.
The provided antiforgery token was meant for a different claims-based user than the current user.
The antiforgery token could not be decrypted.
The antiforgery cookie token and request token do not match.
Validation of the provided antiforgery token failed. The cookie token and the request token were swapped.
The provided antiforgery token was meant for user "{0}", but the current user is "{1}".
The antiforgery cookie token is invalid.
The required antiforgery cookie "{0}" is not present.
The required antiforgery cookie token must be provided.
The required antiforgery form field "{0}" is not present.
The required antiforgery header value "{0}" is not present.
The required antiforgery request token was not provided in either form field "{0}" or header value "{1}".
The required antiforgery request token must be provided.
The antiforgery system has the configuration value {optionName} = {value}, but the current request is not an SSL request.
Value cannot be null or empty.