File: src\runtime\artifacts\obj\System.Security.Permissions\Release\net11.0\System.SR.cs
Project: src\runtime\src\libraries\System.Security.Permissions\src\System.Security.Permissions.csproj (System.Security.Permissions)
// <auto-generated>
using System.Reflection;

namespace FxResources.System.Security.Permissions
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Security.Permissions.SR)));

        /// <summary>Invalid permission state.</summary>
        internal static string @Argument_InvalidPermissionState => GetResourceString("Argument_InvalidPermissionState");
        /// <summary>'elem' was not a permission element.</summary>
        internal static string @Argument_NotAPermissionElement => GetResourceString("Argument_NotAPermissionElement");
        /// <summary>Invalid Xml - can only parse elements of version one.</summary>
        internal static string @Argument_InvalidXMLBadVersion => GetResourceString("Argument_InvalidXMLBadVersion");
        /// <summary>Operation on type '{0}' attempted with target of incorrect type.</summary>
        internal static string @Argument_WrongType => GetResourceString("Argument_WrongType");
        /// <summary>The protected resources (only available with full trust) were:</summary>
        internal static string @HostProtection_ProtectedResources => GetResourceString("HostProtection_ProtectedResources");
        /// <summary>The demanded resources were:</summary>
        internal static string @HostProtection_DemandedResources => GetResourceString("HostProtection_DemandedResources");
        /// <summary>Request for principal permission failed.</summary>
        internal static string @Security_PrincipalPermission => GetResourceString("Security_PrincipalPermission");
        /// <summary>Code Access Security is not supported on this platform.</summary>
        internal static string @PlatformNotSupported_CAS => GetResourceString("PlatformNotSupported_CAS");

    }
}