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