aspnetcore/src/DataProtection/Abstractions/ref/Microsoft.AspNetCore.DataPr...

25 lines
1.3 KiB
C#

// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Microsoft.AspNetCore.DataProtection.Abstractions
{
internal static partial class Resources
{
internal static string CryptCommon_GenericError { get { throw null; } }
internal static string CryptCommon_PayloadInvalid { get { throw null; } }
internal static System.Globalization.CultureInfo Culture
{
[System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; }
[System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { }
}
internal static string DataProtectionExtensions_NoService { get { throw null; } }
internal static string DataProtectionExtensions_NullPurposesCollection { get { throw null; } }
internal static System.Resources.ResourceManager ResourceManager { get { throw null; } }
internal static string FormatDataProtectionExtensions_NoService(object p0) { throw null; }
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
internal static string GetResourceString(string resourceKey, string defaultValue = null) { throw null; }
}
}