|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.DirectoryServices.Protocols
{
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.DirectoryServices.Protocols.SR)));
/// <summary>A negative value is not permitted for the time limit.</summary>
internal static string @NoNegativeTimeLimit => GetResourceString("NoNegativeTimeLimit", @"A negative value is not permitted for the time limit.");
/// <summary>A negative value is not permitted for the size limit.</summary>
internal static string @NoNegativeSizeLimit => GetResourceString("NoNegativeSizeLimit", @"A negative value is not permitted for the size limit.");
/// <summary>The DSML document could not be parsed.</summary>
internal static string @InvalidDocument => GetResourceString("InvalidDocument", @"The DSML document could not be parsed.");
/// <summary>The server failed to return a DirectoryResponse.</summary>
internal static string @MissingResponse => GetResourceString("MissingResponse", @"The server failed to return a DirectoryResponse.");
/// <summary>An ErrorResponse DSML element was returned.</summary>
internal static string @ErrorResponse => GetResourceString("ErrorResponse", @"An ErrorResponse DSML element was returned.");
/// <summary>A null reference cannot be added to DirectoryAttribute or DirectoryAttributeModification objects.</summary>
internal static string @NullDirectoryAttribute => GetResourceString("NullDirectoryAttribute", @"A null reference cannot be added to DirectoryAttribute or DirectoryAttributeModification objects.");
/// <summary>A null reference cannot be added to DirectoryAttributeCollection or DirectoryAttributeModificationCollection objects.</summary>
internal static string @NullDirectoryAttributeCollection => GetResourceString("NullDirectoryAttributeCollection", @"A null reference cannot be added to DirectoryAttributeCollection or DirectoryAttributeModificationCollection objects.");
/// <summary>Server names cannot contain a space character.</summary>
internal static string @WhiteSpaceServerName => GetResourceString("WhiteSpaceServerName", @"Server names cannot contain a space character.");
/// <summary>A DirectoryAttribute value can only be converted between byte array and string.</summary>
internal static string @DirectoryAttributeConversion => GetResourceString("DirectoryAttributeConversion", @"A DirectoryAttribute value can only be converted between byte array and string.");
/// <summary>Only one value can be specified for the compare operation.</summary>
internal static string @WrongNumValuesCompare => GetResourceString("WrongNumValuesCompare", @"Only one value can be specified for the compare operation.");
/// <summary>The assertion is null and is invalid for the compare operation.</summary>
internal static string @WrongAssertionCompare => GetResourceString("WrongAssertionCompare", @"The assertion is null and is invalid for the compare operation.");
/// <summary>An unspecified operation error occurred.</summary>
internal static string @DefaultOperationsError => GetResourceString("DefaultOperationsError", @"An unspecified operation error occurred.");
/// <summary>The property is read-only.</summary>
internal static string @ReadOnlyProperty => GetResourceString("ReadOnlyProperty", @"The property is read-only.");
/// <summary>ClientCertificates can contain only zero or one certificate.</summary>
internal static string @InvalidClientCertificates => GetResourceString("InvalidClientCertificates", @"ClientCertificates can contain only zero or one certificate.");
/// <summary>The user name and password must be null when the authentication type is anonymous.</summary>
internal static string @InvalidAuthCredential => GetResourceString("InvalidAuthCredential", @"The user name and password must be null when the authentication type is anonymous.");
/// <summary>The LDAP connection only accepts SearchRequest objects that have string type filters.</summary>
internal static string @InvalidLdapSearchRequestFilter => GetResourceString("InvalidLdapSearchRequestFilter", @"The LDAP connection only accepts SearchRequest objects that have string type filters.");
/// <summary>Retrieval of partial results set is supported only by the SearchRequest object.</summary>
internal static string @PartialResultsNotSupported => GetResourceString("PartialResultsNotSupported", @"Retrieval of partial results set is supported only by the SearchRequest object.");
/// <summary>The "format" string argument and the passed in "value" argument do not match.</summary>
internal static string @BerConverterNotMatch => GetResourceString("BerConverterNotMatch", @"The ""format"" string argument and the passed in ""value"" argument do not match.");
/// <summary>The "format" string contains an invalid character.</summary>
internal static string @BerConverterUndefineChar => GetResourceString("BerConverterUndefineChar", @"The ""format"" string contains an invalid character.");
/// <summary>An error occurred during the BER conversion.</summary>
internal static string @BerConversionError => GetResourceString("BerConversionError", @"An error occurred during the BER conversion.");
/// <summary>The Stop TLS operation failed.</summary>
internal static string @TLSStopFailure => GetResourceString("TLSStopFailure", @"The Stop TLS operation failed.");
/// <summary>The LDAP connection cannot retrieve a partial result set.</summary>
internal static string @NoPartialResults => GetResourceString("NoPartialResults", @"The LDAP connection cannot retrieve a partial result set.");
/// <summary>The LDAP server returned an unknown error: {0}</summary>
internal static string @DefaultLdapError => GetResourceString("DefaultLdapError", @"The LDAP server returned an unknown error: {0}");
/// <summary>Only partial results and referrals were received.</summary>
internal static string @LDAP_PARTIAL_RESULTS => GetResourceString("LDAP_PARTIAL_RESULTS", @"Only partial results and referrals were received.");
/// <summary>The object is a leaf.</summary>
internal static string @LDAP_IS_LEAF => GetResourceString("LDAP_IS_LEAF", @"The object is a leaf.");
/// <summary>The search requires a SORT control.</summary>
internal static string @LDAP_SORT_CONTROL_MISSING => GetResourceString("LDAP_SORT_CONTROL_MISSING", @"The search requires a SORT control.");
/// <summary>The search results exceed the specified offset range.</summary>
internal static string @LDAP_OFFSET_RANGE_ERROR => GetResourceString("LDAP_OFFSET_RANGE_ERROR", @"The search results exceed the specified offset range.");
/// <summary>The returned results are too large.</summary>
internal static string @LDAP_RESULTS_TOO_LARGE => GetResourceString("LDAP_RESULTS_TOO_LARGE", @"The returned results are too large.");
/// <summary>The LDAP server is unavailable.</summary>
internal static string @LDAP_SERVER_DOWN => GetResourceString("LDAP_SERVER_DOWN", @"The LDAP server is unavailable.");
/// <summary>A local error occurred.</summary>
internal static string @LDAP_LOCAL_ERROR => GetResourceString("LDAP_LOCAL_ERROR", @"A local error occurred.");
/// <summary>An encoding error occurred.</summary>
internal static string @LDAP_ENCODING_ERROR => GetResourceString("LDAP_ENCODING_ERROR", @"An encoding error occurred.");
/// <summary>A decoding error occurred.</summary>
internal static string @LDAP_DECODING_ERROR => GetResourceString("LDAP_DECODING_ERROR", @"A decoding error occurred.");
/// <summary>The operation was aborted because the client side timeout limit was exceeded.</summary>
internal static string @LDAP_TIMEOUT => GetResourceString("LDAP_TIMEOUT", @"The operation was aborted because the client side timeout limit was exceeded.");
/// <summary>An unknown authentication error occurred.</summary>
internal static string @LDAP_AUTH_UNKNOWN => GetResourceString("LDAP_AUTH_UNKNOWN", @"An unknown authentication error occurred.");
/// <summary>The search filter is invalid.</summary>
internal static string @LDAP_FILTER_ERROR => GetResourceString("LDAP_FILTER_ERROR", @"The search filter is invalid.");
/// <summary>The user cancelled the operation.</summary>
internal static string @LDAP_USER_CANCELLED => GetResourceString("LDAP_USER_CANCELLED", @"The user cancelled the operation.");
/// <summary>A bad parameter was passed to a routine.</summary>
internal static string @LDAP_PARAM_ERROR => GetResourceString("LDAP_PARAM_ERROR", @"A bad parameter was passed to a routine.");
/// <summary>There is not enough memory to perform the task.</summary>
internal static string @LDAP_NO_MEMORY => GetResourceString("LDAP_NO_MEMORY", @"There is not enough memory to perform the task.");
/// <summary>The connection cannot be established.</summary>
internal static string @LDAP_CONNECT_ERROR => GetResourceString("LDAP_CONNECT_ERROR", @"The connection cannot be established.");
/// <summary>The feature is not supported.</summary>
internal static string @LDAP_NOT_SUPPORTED => GetResourceString("LDAP_NOT_SUPPORTED", @"The feature is not supported.");
/// <summary>No results were returned.</summary>
internal static string @LDAP_NO_RESULTS_RETURNED => GetResourceString("LDAP_NO_RESULTS_RETURNED", @"No results were returned.");
/// <summary>The specified control was not found.</summary>
internal static string @LDAP_CONTROL_NOT_FOUND => GetResourceString("LDAP_CONTROL_NOT_FOUND", @"The specified control was not found.");
/// <summary>More results will be returned.</summary>
internal static string @LDAP_MORE_RESULTS_TO_RETURN => GetResourceString("LDAP_MORE_RESULTS_TO_RETURN", @"More results will be returned.");
/// <summary>A client loop was detected.</summary>
internal static string @LDAP_CLIENT_LOOP => GetResourceString("LDAP_CLIENT_LOOP", @"A client loop was detected.");
/// <summary>The referral limit has been exceeded.</summary>
internal static string @LDAP_REFERRAL_LIMIT_EXCEEDED => GetResourceString("LDAP_REFERRAL_LIMIT_EXCEEDED", @"The referral limit has been exceeded.");
/// <summary>The supplied credential is invalid.</summary>
internal static string @LDAP_INVALID_CREDENTIALS => GetResourceString("LDAP_INVALID_CREDENTIALS", @"The supplied credential is invalid.");
/// <summary>The call completed successfully.</summary>
internal static string @LDAP_SUCCESS => GetResourceString("LDAP_SUCCESS", @"The call completed successfully.");
/// <summary>An operation error occurred.</summary>
internal static string @LDAP_OPERATIONS_ERROR => GetResourceString("LDAP_OPERATIONS_ERROR", @"An operation error occurred.");
/// <summary>A protocol error occurred.</summary>
internal static string @LDAP_PROTOCOL_ERROR => GetResourceString("LDAP_PROTOCOL_ERROR", @"A protocol error occurred.");
/// <summary>The time limit set by the server-side time limit parameter was exceeded.</summary>
internal static string @LDAP_TIMELIMIT_EXCEEDED => GetResourceString("LDAP_TIMELIMIT_EXCEEDED", @"The time limit set by the server-side time limit parameter was exceeded.");
/// <summary>The size limit was exceeded</summary>
internal static string @LDAP_SIZELIMIT_EXCEEDED => GetResourceString("LDAP_SIZELIMIT_EXCEEDED", @"The size limit was exceeded");
/// <summary>The attribute and known values do not match.</summary>
internal static string @LDAP_COMPARE_FALSE => GetResourceString("LDAP_COMPARE_FALSE", @"The attribute and known values do not match.");
/// <summary>The attribute and known values match.</summary>
internal static string @LDAP_COMPARE_TRUE => GetResourceString("LDAP_COMPARE_TRUE", @"The attribute and known values match.");
/// <summary>The authentication method is not supported.</summary>
internal static string @LDAP_AUTH_METHOD_NOT_SUPPORTED => GetResourceString("LDAP_AUTH_METHOD_NOT_SUPPORTED", @"The authentication method is not supported.");
/// <summary>Strong authentication is required for this operation.</summary>
internal static string @LDAP_STRONG_AUTH_REQUIRED => GetResourceString("LDAP_STRONG_AUTH_REQUIRED", @"Strong authentication is required for this operation.");
/// <summary>A referral was returned from the server.</summary>
internal static string @LDAP_REFERRAL => GetResourceString("LDAP_REFERRAL", @"A referral was returned from the server.");
/// <summary>The administration limit on the server was exceeded.</summary>
internal static string @LDAP_ADMIN_LIMIT_EXCEEDED => GetResourceString("LDAP_ADMIN_LIMIT_EXCEEDED", @"The administration limit on the server was exceeded.");
/// <summary>The server does not support the control. The control is critical.</summary>
internal static string @LDAP_UNAVAILABLE_CRIT_EXTENSION => GetResourceString("LDAP_UNAVAILABLE_CRIT_EXTENSION", @"The server does not support the control. The control is critical.");
/// <summary>Confidentiality is required for this operation.</summary>
internal static string @LDAP_CONFIDENTIALITY_REQUIRED => GetResourceString("LDAP_CONFIDENTIALITY_REQUIRED", @"Confidentiality is required for this operation.");
/// <summary>A SASL bind is in progress.</summary>
internal static string @LDAP_SASL_BIND_IN_PROGRESS => GetResourceString("LDAP_SASL_BIND_IN_PROGRESS", @"A SASL bind is in progress.");
/// <summary>The requested attribute does not exist.</summary>
internal static string @LDAP_NO_SUCH_ATTRIBUTE => GetResourceString("LDAP_NO_SUCH_ATTRIBUTE", @"The requested attribute does not exist.");
/// <summary>The type is not defined.</summary>
internal static string @LDAP_UNDEFINED_TYPE => GetResourceString("LDAP_UNDEFINED_TYPE", @"The type is not defined.");
/// <summary>The matching rule does not apply to the specified attribute type.</summary>
internal static string @LDAP_INAPPROPRIATE_MATCHING => GetResourceString("LDAP_INAPPROPRIATE_MATCHING", @"The matching rule does not apply to the specified attribute type.");
/// <summary>A value in the request is invalid.</summary>
internal static string @LDAP_CONSTRAINT_VIOLATION => GetResourceString("LDAP_CONSTRAINT_VIOLATION", @"A value in the request is invalid.");
/// <summary>The attribute exists or the value has been assigned.</summary>
internal static string @LDAP_ATTRIBUTE_OR_VALUE_EXISTS => GetResourceString("LDAP_ATTRIBUTE_OR_VALUE_EXISTS", @"The attribute exists or the value has been assigned.");
/// <summary>The syntax is invalid.</summary>
internal static string @LDAP_INVALID_SYNTAX => GetResourceString("LDAP_INVALID_SYNTAX", @"The syntax is invalid.");
/// <summary>The object does not exist.</summary>
internal static string @LDAP_NO_SUCH_OBJECT => GetResourceString("LDAP_NO_SUCH_OBJECT", @"The object does not exist.");
/// <summary>The alias is invalid.</summary>
internal static string @LDAP_ALIAS_PROBLEM => GetResourceString("LDAP_ALIAS_PROBLEM", @"The alias is invalid.");
/// <summary>The distinguished name contains invalid syntax.</summary>
internal static string @LDAP_INVALID_DN_SYNTAX => GetResourceString("LDAP_INVALID_DN_SYNTAX", @"The distinguished name contains invalid syntax.");
/// <summary>An error occurred when dereferencing the alias.</summary>
internal static string @LDAP_ALIAS_DEREF_PROBLEM => GetResourceString("LDAP_ALIAS_DEREF_PROBLEM", @"An error occurred when dereferencing the alias.");
/// <summary>The authentication that was provided was not appropriate.</summary>
internal static string @LDAP_INAPPROPRIATE_AUTH => GetResourceString("LDAP_INAPPROPRIATE_AUTH", @"The authentication that was provided was not appropriate.");
/// <summary>The user has insufficient access rights.</summary>
internal static string @LDAP_INSUFFICIENT_RIGHTS => GetResourceString("LDAP_INSUFFICIENT_RIGHTS", @"The user has insufficient access rights.");
/// <summary>The server is busy.</summary>
internal static string @LDAP_BUSY => GetResourceString("LDAP_BUSY", @"The server is busy.");
/// <summary>The server is unavailable.</summary>
internal static string @LDAP_UNAVAILABLE => GetResourceString("LDAP_UNAVAILABLE", @"The server is unavailable.");
/// <summary>The server cannot handle directory requests.</summary>
internal static string @LDAP_UNWILLING_TO_PERFORM => GetResourceString("LDAP_UNWILLING_TO_PERFORM", @"The server cannot handle directory requests.");
/// <summary>The chain of referrals has looped back to a referring server.</summary>
internal static string @LDAP_LOOP_DETECT => GetResourceString("LDAP_LOOP_DETECT", @"The chain of referrals has looped back to a referring server.");
/// <summary>A naming violation occurred.</summary>
internal static string @LDAP_NAMING_VIOLATION => GetResourceString("LDAP_NAMING_VIOLATION", @"A naming violation occurred.");
/// <summary>An object class violation occurred.</summary>
internal static string @LDAP_OBJECT_CLASS_VIOLATION => GetResourceString("LDAP_OBJECT_CLASS_VIOLATION", @"An object class violation occurred.");
/// <summary>This operation is not allowed on a non-leaf object.</summary>
internal static string @LDAP_NOT_ALLOWED_ON_NONLEAF => GetResourceString("LDAP_NOT_ALLOWED_ON_NONLEAF", @"This operation is not allowed on a non-leaf object.");
/// <summary>This operation is not allowed on a relative distinguished name.</summary>
internal static string @LDAP_NOT_ALLOWED_ON_RDN => GetResourceString("LDAP_NOT_ALLOWED_ON_RDN", @"This operation is not allowed on a relative distinguished name.");
/// <summary>The object exists.</summary>
internal static string @LDAP_ALREADY_EXISTS => GetResourceString("LDAP_ALREADY_EXISTS", @"The object exists.");
/// <summary>The request is attempting to modify an object class that cannot be modified.</summary>
internal static string @LDAP_NO_OBJECT_CLASS_MODS => GetResourceString("LDAP_NO_OBJECT_CLASS_MODS", @"The request is attempting to modify an object class that cannot be modified.");
/// <summary>Multiple directory service agents are affected.</summary>
internal static string @LDAP_AFFECTS_MULTIPLE_DSAS => GetResourceString("LDAP_AFFECTS_MULTIPLE_DSAS", @"Multiple directory service agents are affected.");
/// <summary>An error occurred when attempting to perform a requested Virtual List View operation.</summary>
internal static string @LDAP_VIRTUAL_LIST_VIEW_ERROR => GetResourceString("LDAP_VIRTUAL_LIST_VIEW_ERROR", @"An error occurred when attempting to perform a requested Virtual List View operation.");
/// <summary>An unknown error occurred.</summary>
internal static string @LDAP_OTHER => GetResourceString("LDAP_OTHER", @"An unknown error occurred.");
/// <summary>The operation was aborted because the send timeout limit was exceeded.</summary>
internal static string @LDAP_SEND_TIMEOUT => GetResourceString("LDAP_SEND_TIMEOUT", @"The operation was aborted because the send timeout limit was exceeded.");
/// <summary>The async result is invalid.</summary>
internal static string @InvalidAsyncResult => GetResourceString("InvalidAsyncResult", @"The async result is invalid.");
/// <summary>The "value" parameter must be a string or byte[] type.</summary>
internal static string @ValidDirectoryAttributeType => GetResourceString("ValidDirectoryAttributeType", @"The ""value"" parameter must be a string or byte[] type.");
/// <summary>The "filter" parameter must be a string or DsmlDocument type.</summary>
internal static string @ValidFilterType => GetResourceString("ValidFilterType", @"The ""filter"" parameter must be a string or DsmlDocument type.");
/// <summary>The "values" parameter must be a string[], byte[][], or Uri[] type.</summary>
internal static string @ValidValuesType => GetResourceString("ValidValuesType", @"The ""values"" parameter must be a string[], byte[][], or Uri[] type.");
/// <summary>The value must be a string, byte[], or Uri type.</summary>
internal static string @ValidValueType => GetResourceString("ValidValueType", @"The value must be a string, byte[], or Uri type.");
/// <summary>The specified parameter should be a "{0}" type.</summary>
internal static string @InvalidValueType => GetResourceString("InvalidValueType", @"The specified parameter should be a ""{0}"" type.");
/// <summary>The value must be greater than or equal to 0.</summary>
internal static string @ValidValue => GetResourceString("ValidValue", @"The value must be greater than or equal to 0.");
/// <summary>The collection cannot contain a null DirectoryControl object.</summary>
internal static string @ContainNullControl => GetResourceString("ContainNullControl", @"The collection cannot contain a null DirectoryControl object.");
/// <summary>The value "{0}" is not the return value from BeginSendRequest.</summary>
internal static string @NotReturnedAsyncResult => GetResourceString("NotReturnedAsyncResult", @"The value ""{0}"" is not the return value from BeginSendRequest.");
/// <summary>LdapConnection object does not support DsmlAuthRequest.</summary>
internal static string @DsmlAuthRequestNotSupported => GetResourceString("DsmlAuthRequestNotSupported", @"LdapConnection object does not support DsmlAuthRequest.");
/// <summary>Callback function can not be null when partial result processing is in ReturnPartialResultsAndNotifyCallback mode.</summary>
internal static string @CallBackIsNull => GetResourceString("CallBackIsNull", @"Callback function can not be null when partial result processing is in ReturnPartialResultsAndNotifyCallback mode.");
/// <summary>The array should not contain null reference.</summary>
internal static string @NullValueArray => GetResourceString("NullValueArray", @"The array should not contain null reference.");
/// <summary>The value exceeds the maximum allowed.</summary>
internal static string @TimespanExceedMax => GetResourceString("TimespanExceedMax", @"The value exceeds the maximum allowed.");
/// <summary>The specified request is not supported.</summary>
internal static string @InvliadRequestType => GetResourceString("InvliadRequestType", @"The specified request is not supported.");
/// <summary>System.DirectoryServices.Protocols is not supported on this platform.</summary>
internal static string @DirectoryServicesProtocols_PlatformNotSupported => GetResourceString("DirectoryServicesProtocols_PlatformNotSupported", @"System.DirectoryServices.Protocols is not supported on this platform.");
/// <summary>System.DirectoryServices.Protocols.QuotaControl is not supported on this platform.</summary>
internal static string @QuotaControlNotSupported => GetResourceString("QuotaControlNotSupported", @"System.DirectoryServices.Protocols.QuotaControl is not supported on this platform.");
/// <summary>Only ReferralChasingOptions.None and ReferralChasingOptions.All are supported on Linux.</summary>
internal static string @ReferralChasingOptionsNotSupported => GetResourceString("ReferralChasingOptionsNotSupported", @"Only ReferralChasingOptions.None and ReferralChasingOptions.All are supported on Linux.");
/// <summary>The directory '{0}' does not exist.</summary>
internal static string @DirectoryNotFound => GetResourceString("DirectoryNotFound", @"The directory '{0}' does not exist.");
}
}
|