artifacts\obj\System.DirectoryServices.AccountManagement\Debug\net10.0\System.SR.cs (100)
16internal static string @ContextNoWellKnownObjects => GetResourceString("ContextNoWellKnownObjects", @"The domain's wellKnownObjects attribute does not contain values for the well-known users and/or computers containers.");
18internal static string @ContextNoContainerForMachineCtx => GetResourceString("ContextNoContainerForMachineCtx", @"A container cannot be specified when using the Machine context.");
20internal static string @ContextNoContainerForApplicationDirectoryCtx => GetResourceString("ContextNoContainerForApplicationDirectoryCtx", @"A container and name must be specified when using the Application Directory context.");
22internal static string @ContextBadUserPwdCombo => GetResourceString("ContextBadUserPwdCombo", @"The user name and password must either both be null or both must be non-null.");
24internal static string @StoreNotSupportMethod => GetResourceString("StoreNotSupportMethod", @"This store does not support this method.");
26internal static string @PrincipalUnsupportPropertyForPlatform => GetResourceString("PrincipalUnsupportPropertyForPlatform", @"Principals in this version of the store do not support the property '{0}'.");
28internal static string @PrincipalUnsupportPropertyForType => GetResourceString("PrincipalUnsupportPropertyForType", @"Principal objects of type {0} in this type of store do not support the property '{1}'.");
30internal static string @PrincipalMustSetContextForSave => GetResourceString("PrincipalMustSetContextForSave", @"A PrincipalContext must first be assigned to an unpersisted Principal object before the Principal can be saved.");
32internal static string @PrincipalMustSetContextForNative => GetResourceString("PrincipalMustSetContextForNative", @"A PrincipalContext must first be assigned to an unpersisted Principal object before the type of the underlying object can be retrieved.");
34internal static string @PrincipalMustSetContextForProperty => GetResourceString("PrincipalMustSetContextForProperty", @"A PrincipalContext must first be assigned to the unpersisted Principal object before this property can be accessed.");
36internal static string @PrincipalCantDeleteUnpersisted => GetResourceString("PrincipalCantDeleteUnpersisted", @"Unpersisted Principal objects can not be deleted.");
38internal static string @PrincipalAccessedAfterBeingDeleted => GetResourceString("PrincipalAccessedAfterBeingDeleted", @"Cannot access an already deleted object");
40internal static string @PrincipalNotSupportedOnFakePrincipal => GetResourceString("PrincipalNotSupportedOnFakePrincipal", @"This Principal object represents a well-known SID and does not correspond to an actual store object. This operation is not supported on it.");
42internal static string @PrincipalMustPersistFirst => GetResourceString("PrincipalMustPersistFirst", @"The Principal object must be persisted before this method can be called.");
44internal static string @PrincipalSearcherPersistedPrincipal => GetResourceString("PrincipalSearcherPersistedPrincipal", @"Persisted Principal objects cannot be used as query filters.");
46internal static string @PrincipalSearcherMustSetFilter => GetResourceString("PrincipalSearcherMustSetFilter", @"A QueryFilter must first be assigned to the PrincipalSearcher before the query can be performed.");
48internal static string @PrincipalSearcherNoUnderlying => GetResourceString("PrincipalSearcherNoUnderlying", @"There is no underlying searcher for the type of store associated with the PrincipalContext.");
50internal static string @PrincipalSearcherNonReferentialProps => GetResourceString("PrincipalSearcherNonReferentialProps", @"Only non-referential properties (properties which do not contain or refer to Principal objects) can be used in the query filter. The Principal object specified as the query filter has referential properties set.");
52internal static string @FindResultEnumInvalidPos => GetResourceString("FindResultEnumInvalidPos", @"The enumerator is positioned before the first element of the collection or after the last element.");
54internal static string @TrackedCollectionNotOneDimensional => GetResourceString("TrackedCollectionNotOneDimensional", @"The destination array must be one-dimensional.");
56internal static string @TrackedCollectionIndexNotInArray => GetResourceString("TrackedCollectionIndexNotInArray", @"The specified index is greater than or equal to than the length of the destination array.");
58internal static string @TrackedCollectionArrayTooSmall => GetResourceString("TrackedCollectionArrayTooSmall", @"The number of elements to copy is greater than the available space in the destination array.");
60internal static string @TrackedCollectionEnumHasChanged => GetResourceString("TrackedCollectionEnumHasChanged", @"The collection was modified after the enumerator was created.");
62internal static string @TrackedCollectionEnumInvalidPos => GetResourceString("TrackedCollectionEnumInvalidPos", @"The enumerator is positioned before the first element of the collection or after the last element.");
64internal static string @MultipleMatchingPrincipals => GetResourceString("MultipleMatchingPrincipals", @"Multiple principals contain a matching Identity.");
66internal static string @NoMatchingPrincipalExceptionText => GetResourceString("NoMatchingPrincipalExceptionText", @"No principal matching the specified parameters was found.");
68internal static string @NoMatchingGroupExceptionText => GetResourceString("NoMatchingGroupExceptionText", @"No group matching the specified parameters was found.");
70internal static string @PrincipalExistsExceptionText => GetResourceString("PrincipalExistsExceptionText", @"The principal already exists in the store.");
72internal static string @PrincipalCollectionNotOneDimensional => GetResourceString("PrincipalCollectionNotOneDimensional", @"The destination array must be one-dimensional.");
74internal static string @PrincipalCollectionIndexNotInArray => GetResourceString("PrincipalCollectionIndexNotInArray", @"The specified index is greater than or equal to than the length of the destination array.");
76internal static string @PrincipalCollectionArrayTooSmall => GetResourceString("PrincipalCollectionArrayTooSmall", @"The number of elements to copy is greater than the available space in the destination array.");
78internal static string @PrincipalCollectionEnumHasChanged => GetResourceString("PrincipalCollectionEnumHasChanged", @"The collection was modified after the enumerator was created.");
80internal static string @PrincipalCollectionEnumInvalidPos => GetResourceString("PrincipalCollectionEnumInvalidPos", @"The enumerator is positioned before the first element of the collection or after the last element.");
82internal static string @AuthenticablePrincipalMustBeSubtypeOfAuthPrinc => GetResourceString("AuthenticablePrincipalMustBeSubtypeOfAuthPrinc", @"The subtype parameter must be either AuthenticablePrincipal or a subtype of AuthenticablePrincipal.");
84internal static string @PasswordInfoChangePwdOnUnpersistedPrinc => GetResourceString("PasswordInfoChangePwdOnUnpersistedPrinc", @"The ChangePassword method can not be called on an unpersisted Principal object.");
86internal static string @UserMustSetContextForMethod => GetResourceString("UserMustSetContextForMethod", @"A PrincipalContext must first be assigned to the unpersisted User object before this method can be called.");
88internal static string @UserCouldNotFindCurrent => GetResourceString("UserCouldNotFindCurrent", @"The User object for the current user could not be found. You may not have access to it.");
90internal static string @UnableToRetrieveDomainInfo => GetResourceString("UnableToRetrieveDomainInfo", @"Information about the domain could not be retrieved ({0}).");
92internal static string @UnableToOpenToken => GetResourceString("UnableToOpenToken", @"The thread or process token could not be accessed ({0}).");
94internal static string @UnableToRetrieveTokenInfo => GetResourceString("UnableToRetrieveTokenInfo", @"Information from the thread token could not be retrieved ({0}).");
96internal static string @UnableToRetrievePolicy => GetResourceString("UnableToRetrievePolicy", @"This computer's policy information could not be retrieved ({0}).");
98internal static string @UnableToImpersonateCredentials => GetResourceString("UnableToImpersonateCredentials", @"The supplied credentials could not be impersonated.");
100internal static string @StoreCtxUnsupportedPrincipalTypeForSave => GetResourceString("StoreCtxUnsupportedPrincipalTypeForSave", @"Principal objects of type {0} can not be saved in this store.");
102internal static string @StoreCtxUnsupportedPrincipalTypeForGroupInsert => GetResourceString("StoreCtxUnsupportedPrincipalTypeForGroupInsert", @"Principal objects of type {0} can not be inserted into groups in this store");
104internal static string @StoreCtxUnsupportedPrincipalTypeForQuery => GetResourceString("StoreCtxUnsupportedPrincipalTypeForQuery", @"Principal objects of type {0} can not be used in a query against this store.");
106internal static string @StoreCtxUnsupportedPropertyForQuery => GetResourceString("StoreCtxUnsupportedPropertyForQuery", @"The property '{0}' can not be used in a query against this store.");
108internal static string @StoreCtxUnsupportedIdentityClaimForQuery => GetResourceString("StoreCtxUnsupportedIdentityClaimForQuery", @"This IdentityType can not be used in a query against this store.");
110internal static string @StoreCtxIdentityClaimMustHaveScheme => GetResourceString("StoreCtxIdentityClaimMustHaveScheme", @"The IdentityClaim to use in the query must have a UrnScheme specified.");
112internal static string @StoreCtxSecurityIdentityClaimBadFormat => GetResourceString("StoreCtxSecurityIdentityClaimBadFormat", @"The SID is not in a valid format.");
114internal static string @StoreCtxGuidIdentityClaimBadFormat => GetResourceString("StoreCtxGuidIdentityClaimBadFormat", @"The GUID is not in a valid format.");
116internal static string @StoreCtxNT4IdentityClaimWrongForm => GetResourceString("StoreCtxNT4IdentityClaimWrongForm", @"The samAccountName IdentityType must be in the form ""domainname\\userName"", ""machinename\\userName"", or ""userName"".");
118internal static string @StoreCtxGroupHasUnpersistedInsertedPrincipal => GetResourceString("StoreCtxGroupHasUnpersistedInsertedPrincipal", @"The Group object can not be saved until the unpersisted Principal object in its Members property is either saved or removed from the collection.");
120internal static string @StoreCtxNeedValueSecurityIdentityClaimToQuery => GetResourceString("StoreCtxNeedValueSecurityIdentityClaimToQuery", @"The Principal object must have a valid SID IdentityType in order to perform this operation.");
122internal static string @ADStoreCtxUnsupportedPrincipalContextForGroupInsert => GetResourceString("ADStoreCtxUnsupportedPrincipalContextForGroupInsert", @"Only domain Principal objects can be inserted into groups in this store.");
124internal static string @ADStoreCtxCouldntGetSIDForGroupMember => GetResourceString("ADStoreCtxCouldntGetSIDForGroupMember", @"The SID for one of the Principal objects to be inserted into the group could not be retrieved from the store.");
126internal static string @ADStoreCtxMustBeContainer => GetResourceString("ADStoreCtxMustBeContainer", @"Domain PrincipalContext objects must be rooted at a directory entry that is a container.");
128internal static string @ADStoreCtxCantRetrieveObjectSidForCrossStore => GetResourceString("ADStoreCtxCantRetrieveObjectSidForCrossStore", @"While trying to resolve a cross-store reference, the objectSid could not be retrieved from the representation of the target principal.");
130internal static string @ADStoreCtxCantResolveSidForCrossStore => GetResourceString("ADStoreCtxCantResolveSidForCrossStore", @"While trying to resolve a cross-store reference, the SID of the target principal could not be resolved. The error code is {0}.");
132internal static string @ADStoreCtxFailedFindCrossStoreTarget => GetResourceString("ADStoreCtxFailedFindCrossStoreTarget", @"While trying to resolve a cross-store reference, the target principal could not be found in the domain indicated by the principal's SID.");
134internal static string @ADStoreCtxUnableToReadExistingAccountControlFlagsToEnable => GetResourceString("ADStoreCtxUnableToReadExistingAccountControlFlagsToEnable", @"The principal could not be enabled because the existing account control flags could not be read.");
136internal static string @ADStoreCtxUnableToReadExistingAccountControlFlagsForUpdate => GetResourceString("ADStoreCtxUnableToReadExistingAccountControlFlagsForUpdate", @"The principal could not be updated because the existing account control flags could not be read.");
138internal static string @ADStoreCtxUnableToReadExistingGroupTypeFlagsForUpdate => GetResourceString("ADStoreCtxUnableToReadExistingGroupTypeFlagsForUpdate", @"The group could not be updated because the existing group type flags could not be read.");
140internal static string @ADStoreCtxCantClearGroup => GetResourceString("ADStoreCtxCantClearGroup", @"The Group object's Members property can not be cleared because one or more of the group's members have this group as their primary group.");
142internal static string @ADStoreCtxCantRemoveMemberFromGroup => GetResourceString("ADStoreCtxCantRemoveMemberFromGroup", @"The member can not be removed from the Group object's Members property because it has this group as its primary group.");
144internal static string @ADStoreCtxNoComputerPasswordChange => GetResourceString("ADStoreCtxNoComputerPasswordChange", @"Password change operation is not supported for Computer accounts in this store.");
146internal static string @SAMStoreCtxUnableToRetrieveVersion => GetResourceString("SAMStoreCtxUnableToRetrieveVersion", @"The operating system version of the target computer could not be retrieved.");
148internal static string @SAMStoreCtxUnableToRetrieveMachineName => GetResourceString("SAMStoreCtxUnableToRetrieveMachineName", @"The name of the target computer could not be retrieved.");
150internal static string @SAMStoreCtxUnableToRetrieveFlatMachineName => GetResourceString("SAMStoreCtxUnableToRetrieveFlatMachineName", @"The flat name of the target computer could not be retrieved ({0}).");
152internal static string @SAMStoreCtxNoComputerPasswordSet => GetResourceString("SAMStoreCtxNoComputerPasswordSet", @"Computer accounts in this store can not have their passwords reset or changed.");
154internal static string @SAMStoreCtxNoComputerPasswordExpire => GetResourceString("SAMStoreCtxNoComputerPasswordExpire", @"Computer accounts in this store can not have their passwords expired.");
156internal static string @SAMStoreCtxCouldntGetSIDForGroupMember => GetResourceString("SAMStoreCtxCouldntGetSIDForGroupMember", @"One of the Principal objects to be inserted into or removed from the group's membership does not contain a SID.");
158internal static string @SAMStoreCtxFailedToClearGroup => GetResourceString("SAMStoreCtxFailedToClearGroup", @"An error ({0}) occurred while trying to clear the group membership.");
160internal static string @SAMStoreCtxCantRetrieveObjectSidForCrossStore => GetResourceString("SAMStoreCtxCantRetrieveObjectSidForCrossStore", @"While trying to resolve a cross-store reference, the objectSid could not be retrieved from the representation of the target principal.");
162internal static string @SAMStoreCtxCantResolveSidForCrossStore => GetResourceString("SAMStoreCtxCantResolveSidForCrossStore", @"While trying to resolve a cross-store reference, the SID of the target principal could not be resolved. The error code is {0}.");
164internal static string @SAMStoreCtxFailedFindCrossStoreTarget => GetResourceString("SAMStoreCtxFailedFindCrossStoreTarget", @"While trying to resolve a cross-store reference, the target principal could not be found in the domain indicated by the principal's SID.");
166internal static string @SAMStoreCtxErrorEnumeratingGroup => GetResourceString("SAMStoreCtxErrorEnumeratingGroup", @"An error ({0}) occurred while enumerating the group membership. The member's SID could not be resolved.");
168internal static string @SAMStoreCtxLocalGroupsOnly => GetResourceString("SAMStoreCtxLocalGroupsOnly", @"Only local groups are supported by this store.");
170internal static string @AuthZFailedToRetrieveGroupList => GetResourceString("AuthZFailedToRetrieveGroupList", @"While trying to retrieve the authorization groups, an error ({0}) occurred.");
172internal static string @AuthZNotSupported => GetResourceString("AuthZNotSupported", @"Retrieval of authorization groups is not supported by this platform.");
174internal static string @AuthZErrorEnumeratingGroups => GetResourceString("AuthZErrorEnumeratingGroups", @"An error ({0}) occurred while enumerating the groups. The group's SID could not be resolved.");
176internal static string @AuthZCantFindGroup => GetResourceString("AuthZCantFindGroup", @"An error occurred while enumerating the groups. The group could not be found.");
178internal static string @ContextOptionsNotValidForMachineStore => GetResourceString("ContextOptionsNotValidForMachineStore", @"The options value is invalid. The Machine store only supports Negotiate.");
180internal static string @PassedContextTypeDoesNotMatchDetectedType => GetResourceString("PassedContextTypeDoesNotMatchDetectedType", @"The supplied context type does not match the server contacted. The server type is {0}.");
182internal static string @NullArguments => GetResourceString("NullArguments", @"The supplied arguments cannot be null.");
184internal static string @InvalidStringValueForStore => GetResourceString("InvalidStringValueForStore", @"Empty string is not supported by the property {0} for this store type.");
186internal static string @ServerDown => GetResourceString("ServerDown", @"The server could not be contacted.");
188internal static string @InvalidPropertyForStore => GetResourceString("InvalidPropertyForStore", @"Property is not valid for this store type.");
190internal static string @NameMustBeSetToPersistPrincipal => GetResourceString("NameMustBeSetToPersistPrincipal", @"SamAccountName or Name must be assigned to a newly-created Principal object in this store prior to saving.");
192internal static string @ExtensionInvalidClassDefinitionConstructor => GetResourceString("ExtensionInvalidClassDefinitionConstructor", @"Extension class must define a constructor that accepts a PrincipalContext argument.");
194internal static string @ExtensionInvalidClassAttributes => GetResourceString("ExtensionInvalidClassAttributes", @"Extension class must set DirectoryObjectClassAttribute and DirectoryRdnPrefixAttribute.");
196internal static string @SaveToMustHaveSamecontextType => GetResourceString("SaveToMustHaveSamecontextType", @"The target context must have the same type as the object's current context.");
198internal static string @ComputerInvalidForAppDirectoryStore => GetResourceString("ComputerInvalidForAppDirectoryStore", @"The ComputerPrincipal object is not supported by the ApplicationDirectory store.");
200internal static string @SaveToNotSupportedAgainstMachineStore => GetResourceString("SaveToNotSupportedAgainstMachineStore", @"Saving to an alternate context is not supported by the Machine store.");
202internal static string @InvalidContextOptionsForMachine => GetResourceString("InvalidContextOptionsForMachine", @"The ContextOptions passed are invalid for the Machine store. Only ContextOptions.Negotiate is supported.");
204internal static string @InvalidContextOptionsForAD => GetResourceString("InvalidContextOptionsForAD", @"The ContextOptions passed are invalid for this store type. Either Negotiate or SimpleBind must be specified and they cannot be combined.");
206internal static string @InvalidExtensionCollectionType => GetResourceString("InvalidExtensionCollectionType", @"Collections whose elements are another collection cannot be set by ExtensionClasses.");
208internal static string @ADAMStoreUnableToPopulateSchemaList => GetResourceString("ADAMStoreUnableToPopulateSchemaList", @"The store is unable to populate a list of bindable object types. Check access to the Schema container.");
210internal static string @StoreCtxMultipleFiltersForPropertyUnsupported => GetResourceString("StoreCtxMultipleFiltersForPropertyUnsupported", @"Multiple filters on the property {0} are not supported.");
212internal static string @AdsiNotInstalled => GetResourceString("AdsiNotInstalled", @"Active Directory Client is not installed on this computer.");
214internal static string @DirectoryServicesAccountManagement_PlatformNotSupported => GetResourceString("DirectoryServicesAccountManagement_PlatformNotSupported", @"System.DirectoryServices.AccountManagement is not supported on this platform.");