4 references to Resources
Microsoft.AspNetCore.DataProtection.Extensions (4)
src\210447adf6bce87e\Microsoft.AspNetCore.DataProtection.Extensions.Resources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Resources)));
TimeLimitedDataProtector.cs (3)
78throw new CryptographicException(Resources.TimeLimitedDataProtector_PayloadInvalid); 88throw new CryptographicException(Resources.FormatTimeLimitedDataProtector_PayloadExpired(embeddedExpiration)); 100throw new CryptographicException(Resources.CryptCommon_GenericError, ex);