// <auto-generated>
using System.Reflection;
namespace FxResources.System.Security.Principal.Windows
{
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.Principal.Windows.SR)));
/// <summary>Collection must not be empty.</summary>
internal static string @Arg_EmptyCollection => GetResourceString("Arg_EmptyCollection");
/// <summary>Illegal enum value: {0}.</summary>
internal static string @Arg_EnumIllegalVal => GetResourceString("Arg_EnumIllegalVal");
/// <summary>Unable to impersonate user.</summary>
internal static string @Argument_ImpersonateUser => GetResourceString("Argument_ImpersonateUser");
/// <summary>Improper types in collection.</summary>
internal static string @Argument_ImproperType => GetResourceString("Argument_ImproperType");
/// <summary>Invalid token for impersonation - it cannot be duplicated.</summary>
internal static string @Argument_InvalidImpersonationToken => GetResourceString("Argument_InvalidImpersonationToken");
/// <summary>Value was invalid.</summary>
internal static string @Argument_InvalidValue => GetResourceString("Argument_InvalidValue");
/// <summary>Token cannot be zero.</summary>
internal static string @Argument_TokenZero => GetResourceString("Argument_TokenZero");
/// <summary>Destination array is not long enough to copy all the required data. Check array length and offset.</summary>
internal static string @ArgumentOutOfRange_ArrayTooSmall => GetResourceString("ArgumentOutOfRange_ArrayTooSmall");
/// <summary>Account name is too long.</summary>
internal static string @IdentityReference_AccountNameTooLong => GetResourceString("IdentityReference_AccountNameTooLong");
/// <summary>Well-known SIDs of type LogonIdsSid cannot be created.</summary>
internal static string @IdentityReference_CannotCreateLogonIdsSid => GetResourceString("IdentityReference_CannotCreateLogonIdsSid");
/// <summary>Domain name is too long.</summary>
internal static string @IdentityReference_DomainNameTooLong => GetResourceString("IdentityReference_DomainNameTooLong");
/// <summary>The domainSid parameter must be specified for creating well-known SID of type {0}.</summary>
internal static string @IdentityReference_DomainSidRequired => GetResourceString("IdentityReference_DomainSidRequired");
/// <summary>The size of the identifier authority must not exceed 6 bytes.</summary>
internal static string @IdentityReference_IdentifierAuthorityTooLarge => GetResourceString("IdentityReference_IdentifierAuthorityTooLarge");
/// <summary>Some or all identity references could not be translated.</summary>
internal static string @IdentityReference_IdentityNotMapped => GetResourceString("IdentityReference_IdentityNotMapped");
/// <summary>The number of sub-authorities must not exceed {0}.</summary>
internal static string @IdentityReference_InvalidNumberOfSubauthorities => GetResourceString("IdentityReference_InvalidNumberOfSubauthorities");
/// <summary>SIDs with revision other than '1' are not supported.</summary>
internal static string @IdentityReference_InvalidSidRevision => GetResourceString("IdentityReference_InvalidSidRevision");
/// <summary>The targetType parameter must be of IdentityReference type.</summary>
internal static string @IdentityReference_MustBeIdentityReference => GetResourceString("IdentityReference_MustBeIdentityReference");
/// <summary>The domainSid parameter is not a valid Windows domain SID.</summary>
internal static string @IdentityReference_NotAWindowsDomain => GetResourceString("IdentityReference_NotAWindowsDomain");
/// <summary>Windows Principal functionality is not supported on this platform.</summary>
internal static string @PlatformNotSupported_Principal => GetResourceString("PlatformNotSupported_Principal");
}
}
|