6 references to Resources
Microsoft.AspNetCore.DataProtection.Abstractions (6)
DataProtectionCommonExtensions.cs (3)
42throw new ArgumentException(Resources.DataProtectionExtensions_NullPurposesCollection, nameof(purposes)); 50throw new ArgumentException(Resources.DataProtectionExtensions_NullPurposesCollection, nameof(purposes)); 102throw new InvalidOperationException(Resources.FormatDataProtectionExtensions_NoService(typeof(IDataProtectionProvider).FullName));
Error.cs (2)
14return new CryptographicException(Resources.CryptCommon_GenericError, inner); 19string message = Resources.CryptCommon_PayloadInvalid;
src\f1a46ed8ed6e31e5\Microsoft.AspNetCore.DataProtection.Abstractions.Resources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Resources)));