<?xml version="1.0"?>
<doc>
    <assembly>
        <name>System.DirectoryServices.AccountManagement</name>
    </assembly>
    <members>
        <member name="P:System.SR.ContextNoWellKnownObjects">
            <summary>The domain's wellKnownObjects attribute does not contain values for the well-known users and/or computers containers.</summary>
        </member>
        <member name="P:System.SR.ContextNoContainerForMachineCtx">
            <summary>A container cannot be specified when using the Machine context.</summary>
        </member>
        <member name="P:System.SR.ContextNoContainerForApplicationDirectoryCtx">
            <summary>A container and name must be specified when using the Application Directory context.</summary>
        </member>
        <member name="P:System.SR.ContextBadUserPwdCombo">
            <summary>The user name and password must either both be null or both must be non-null.</summary>
        </member>
        <member name="P:System.SR.StoreNotSupportMethod">
            <summary>This store does not support this method.</summary>
        </member>
        <member name="P:System.SR.PrincipalCantSetContext">
            <summary>The PrincipalContext can only be set on an unpersisted Principal.</summary>
        </member>
        <member name="P:System.SR.PrincipalUnsupportedProperty">
            <summary>Principals in this type of store do not support the property '{0}'.</summary>
        </member>
        <member name="P:System.SR.PrincipalUnsupportPropertyForPlatform">
            <summary>Principals in this version of the store do not support the property '{0}'.</summary>
        </member>
        <member name="P:System.SR.PrincipalUnsupportPropertyForType">
            <summary>Principal objects of type {0} in this type of store do not support the property '{1}'.</summary>
        </member>
        <member name="P:System.SR.PrincipalMustSetContextForSave">
            <summary>A PrincipalContext must first be assigned to an unpersisted Principal object before the Principal can be saved.</summary>
        </member>
        <member name="P:System.SR.PrincipalMustSetContextForNative">
            <summary>A PrincipalContext must first be assigned to an unpersisted Principal object before the type of the underlying object can be retrieved.</summary>
        </member>
        <member name="P:System.SR.PrincipalMustSetContextForProperty">
            <summary>A PrincipalContext must first be assigned to the unpersisted Principal object before this property can be accessed.</summary>
        </member>
        <member name="P:System.SR.PrincipalCantDeleteUnpersisted">
            <summary>Unpersisted Principal objects can not be deleted.</summary>
        </member>
        <member name="P:System.SR.PrincipalDeleted">
            <summary>Cannot delete an already deleted object</summary>
        </member>
        <member name="P:System.SR.PrincipalNotSupportedOnFakePrincipal">
            <summary>This Principal object represents a well-known SID and does not correspond to an actual store object.  This operation is not supported on it.</summary>
        </member>
        <member name="P:System.SR.PrincipalMustPersistFirst">
            <summary>The Principal object must be persisted before this method can be called.</summary>
        </member>
        <member name="P:System.SR.PrincipalIdentityTypeNotAllowed">
            <summary>This type of identity information is not supported on principals in this type of store.</summary>
        </member>
        <member name="P:System.SR.PrincipalIdentityTypeNotRemovable">
            <summary>This type of identity information can not be cleared on principals in this type of store.</summary>
        </member>
        <member name="P:System.SR.PrincipalCantChangeSamNameOnPersistedSAM">
            <summary>This type of store does not permit changing the SAM account name after the principal has been persisted.</summary>
        </member>
        <member name="P:System.SR.EmptyIdentityType">
            <summary>The identityType parameter cannot be empty.</summary>
        </member>
        <member name="P:System.SR.PrincipalSearcherPersistedPrincipal">
            <summary>Persisted Principal objects cannot be used as query filters.</summary>
        </member>
        <member name="P:System.SR.PrincipalSearcherMustSetContext">
            <summary>A PrincipalContext must first be assigned to the PrincipalSearcher before the query can be performed.</summary>
        </member>
        <member name="P:System.SR.PrincipalSearcherMustSetFilter">
            <summary>A QueryFilter must first be assigned to the PrincipalSearcher before the query can be performed.</summary>
        </member>
        <member name="P:System.SR.PrincipalSearcherMustSetContextForUnderlying">
            <summary>A PrincipalContext must first be assigned to the PrincipalSearcher before the underlying searcher can be retrieved.</summary>
        </member>
        <member name="P:System.SR.PrincipalSearcherNoUnderlying">
            <summary>There is no underlying searcher for the type of store associated with the PrincipalContext.</summary>
        </member>
        <member name="P:System.SR.PrincipalSearcherNonReferentialProps">
            <summary>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.</summary>
        </member>
        <member name="P:System.SR.FindResultEnumInvalidPos">
            <summary>The enumerator is positioned before the first element of the collection or after the last element.</summary>
        </member>
        <member name="P:System.SR.TrackedCollectionNotOneDimensional">
            <summary>The destination array must be one-dimensional.</summary>
        </member>
        <member name="P:System.SR.TrackedCollectionIndexNotInArray">
            <summary>The specified index is greater than or equal to than the length of the destination array.</summary>
        </member>
        <member name="P:System.SR.TrackedCollectionArrayTooSmall">
            <summary>The number of elements to copy is greater than the available space in the destination array.</summary>
        </member>
        <member name="P:System.SR.TrackedCollectionEnumHasChanged">
            <summary>The collection was modified after the enumerator was created.</summary>
        </member>
        <member name="P:System.SR.TrackedCollectionEnumInvalidPos">
            <summary>The enumerator is positioned before the first element of the collection or after the last element.</summary>
        </member>
        <member name="P:System.SR.MultipleMatchesExceptionText">
            <summary>More than one matching identity was found.</summary>
        </member>
        <member name="P:System.SR.MultipleMatchingPrincipals">
            <summary>Multiple principals contain a matching Identity.</summary>
        </member>
        <member name="P:System.SR.NoMatchingPrincipalExceptionText">
            <summary>No principal matching the specified parameters was found.</summary>
        </member>
        <member name="P:System.SR.NoMatchingGroupExceptionText">
            <summary>No group matching the specified parameters was found.</summary>
        </member>
        <member name="P:System.SR.PrincipalExistsExceptionText">
            <summary>The principal already exists in the store.</summary>
        </member>
        <member name="P:System.SR.PrincipalCollectionNotOneDimensional">
            <summary>The destination array must be one-dimensional.</summary>
        </member>
        <member name="P:System.SR.PrincipalCollectionIndexNotInArray">
            <summary>The specified index is greater than or equal to than the length of the destination array.</summary>
        </member>
        <member name="P:System.SR.PrincipalCollectionArrayTooSmall">
            <summary>The number of elements to copy is greater than the available space in the destination array.</summary>
        </member>
        <member name="P:System.SR.PrincipalCollectionEnumHasChanged">
            <summary>The collection was modified after the enumerator was created.</summary>
        </member>
        <member name="P:System.SR.PrincipalCollectionEnumInvalidPos">
            <summary>The enumerator is positioned before the first element of the collection or after the last element.</summary>
        </member>
        <member name="P:System.SR.PrincipalCollectionAlreadyMember">
            <summary>The Principal object already exists in the collection.</summary>
        </member>
        <member name="P:System.SR.AuthenticablePrincipalMustBeSubtypeOfAuthPrinc">
            <summary>The subtype parameter must be either AuthenticablePrincipal or a subtype of AuthenticablePrincipal.</summary>
        </member>
        <member name="P:System.SR.PasswordInfoChangePwdOnUnpersistedPrinc">
            <summary>The ChangePassword method can not be called on an unpersisted Principal object.</summary>
        </member>
        <member name="P:System.SR.UserMustSetContextForMethod">
            <summary>A PrincipalContext must first be assigned to the unpersisted User object before this method can be called.</summary>
        </member>
        <member name="P:System.SR.UserDomainNotSupportedOnPlatform">
            <summary>Domain users are not supported on this platform.</summary>
        </member>
        <member name="P:System.SR.UserLocalNotSupportedOnPlatform">
            <summary>Local machine users not supported on this platform.</summary>
        </member>
        <member name="P:System.SR.UserCouldNotFindCurrent">
            <summary>The User object for the current user could not be found.  You may not have access to it.</summary>
        </member>
        <member name="P:System.SR.UnableToRetrieveDomainInfo">
            <summary>Information about the domain could not be retrieved ({0}).</summary>
        </member>
        <member name="P:System.SR.UnableToOpenToken">
            <summary>The thread or process token could not be accessed ({0}).</summary>
        </member>
        <member name="P:System.SR.UnableToRetrieveTokenInfo">
            <summary>Information from the thread token could not be retrieved ({0}).</summary>
        </member>
        <member name="P:System.SR.UnableToRetrievePolicy">
            <summary>This computer's policy information could not be retrieved ({0}).</summary>
        </member>
        <member name="P:System.SR.UnableToImpersonateCredentials">
            <summary>The supplied credentials could not be impersonated.</summary>
        </member>
        <member name="P:System.SR.StoreCtxUnsupportedPrincipalTypeForSave">
            <summary>Principal objects of type {0} can not be saved in this store.</summary>
        </member>
        <member name="P:System.SR.StoreCtxUnsupportedPrincipalTypeForGroupInsert">
            <summary>Principal objects of type {0} can not be inserted into groups in this store</summary>
        </member>
        <member name="P:System.SR.StoreCtxUnsupportedPrincipalTypeForQuery">
            <summary>Principal objects of type {0} can not be used in a query against this store.</summary>
        </member>
        <member name="P:System.SR.StoreCtxUnsupportedPropertyForQuery">
            <summary>The property '{0}' can not be used in a query against this store.</summary>
        </member>
        <member name="P:System.SR.StoreCtxUnsupportedIdentityClaimForQuery">
            <summary>This IdentityType can not be used in a query against this store.</summary>
        </member>
        <member name="P:System.SR.StoreCtxIdentityClaimMustHaveScheme">
            <summary>The IdentityClaim to use in the query must have a UrnScheme specified.</summary>
        </member>
        <member name="P:System.SR.StoreCtxSecurityIdentityClaimBadFormat">
            <summary>The SID is not in a valid format.</summary>
        </member>
        <member name="P:System.SR.StoreCtxGuidIdentityClaimBadFormat">
            <summary>The GUID is not in a valid format.</summary>
        </member>
        <member name="P:System.SR.StoreCtxNT4IdentityClaimWrongForm">
            <summary>The samAccountName IdentityType must be in the form "domainname\\userName", "machinename\\userName", or "userName".</summary>
        </member>
        <member name="P:System.SR.StoreCtxCantSetTimeLimitOnIdentityClaim">
            <summary>This store does not support setting IdentityClaims with a restricted range of times for which the IdentityClaim is valid.</summary>
        </member>
        <member name="P:System.SR.StoreCtxGroupHasUnpersistedInsertedPrincipal">
            <summary>The Group object can not be saved until the unpersisted Principal object in its Members property is either saved or removed from the collection.</summary>
        </member>
        <member name="P:System.SR.StoreCtxNeedValueSecurityIdentityClaimToQuery">
            <summary>The Principal object must have a valid SID IdentityType in order to perform this operation.</summary>
        </member>
        <member name="P:System.SR.StoreCtxExceptionUpdatingGroup">
            <summary>An exception occurred while updating the group membership on the store.</summary>
        </member>
        <member name="P:System.SR.StoreCtxExceptionCommittingChanges">
            <summary>An exception occurred while saving the changes to the store.</summary>
        </member>
        <member name="P:System.SR.ADStoreCtxUnsupportedPrincipalContextForGroupInsert">
            <summary>Only domain Principal objects can be inserted into groups in this store.</summary>
        </member>
        <member name="P:System.SR.ADStoreCtxCouldntGetSIDForGroupMember">
            <summary>The SID for one of the Principal objects to be inserted into the group could not be retrieved from the store.</summary>
        </member>
        <member name="P:System.SR.ADStoreCtxMustBeContainer">
            <summary>Domain PrincipalContext objects must be rooted at a directory entry that is a container.</summary>
        </member>
        <member name="P:System.SR.ADStoreCtxCantRetrieveObjectSidForCrossStore">
            <summary>While trying to resolve a cross-store reference, the objectSid could not be retrieved from the representation of the target principal.</summary>
        </member>
        <member name="P:System.SR.ADStoreCtxCantResolveSidForCrossStore">
            <summary>While trying to resolve a cross-store reference, the SID of the target principal could not be resolved.  The error code is {0}.</summary>
        </member>
        <member name="P:System.SR.ADStoreCtxFailedFindCrossStoreTarget">
            <summary>While trying to resolve a cross-store reference, the target principal could not be found in the domain indicated by the principal's SID.</summary>
        </member>
        <member name="P:System.SR.ADStoreCtxUnableToReadExistingAccountControlFlagsToEnable">
            <summary>The principal could not be enabled because the existing account control flags could not be read.</summary>
        </member>
        <member name="P:System.SR.ADStoreCtxUnableToReadExistingAccountControlFlagsForUpdate">
            <summary>The principal could not be updated because the existing account control flags could not be read.</summary>
        </member>
        <member name="P:System.SR.ADStoreCtxUnableToReadExistingGroupTypeFlagsForUpdate">
            <summary>The group could not be updated because the existing group type flags could not be read.</summary>
        </member>
        <member name="P:System.SR.ADStoreCtxCantClearGroup">
            <summary>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.</summary>
        </member>
        <member name="P:System.SR.ADStoreCtxCantRemoveMemberFromGroup">
            <summary>The member can not be removed from the Group object's Members property because it has this group as its primary group.</summary>
        </member>
        <member name="P:System.SR.ADStoreCtxNoComputerPasswordChange">
            <summary>Password change operation is not supported for Computer accounts in this store.</summary>
        </member>
        <member name="P:System.SR.SAMStoreCtxUnableToRetrieveVersion">
            <summary>The operating system version of the target computer could not be retrieved.</summary>
        </member>
        <member name="P:System.SR.SAMStoreCtxUnableToRetrieveMachineName">
            <summary>The name of the target computer could not be retrieved.</summary>
        </member>
        <member name="P:System.SR.SAMStoreCtxUnableToRetrieveFlatMachineName">
            <summary>The flat name of the target computer could not be retrieved ({0}).</summary>
        </member>
        <member name="P:System.SR.SAMStoreCtxNoComputerPasswordSet">
            <summary>Computer accounts in this store can not have their passwords reset or changed.</summary>
        </member>
        <member name="P:System.SR.SAMStoreCtxNoComputerPasswordExpire">
            <summary>Computer accounts in this store can not have their passwords expired.</summary>
        </member>
        <member name="P:System.SR.SAMStoreCtxIdentityClaimsImmutable">
            <summary>This store does not permit changing the IdentityClaims on a principal once the principal has been persisted.</summary>
        </member>
        <member name="P:System.SR.SAMStoreCtxCouldntGetSIDForGroupMember">
            <summary>One of the Principal objects to be inserted into or removed from the group's membership does not contain a SID.</summary>
        </member>
        <member name="P:System.SR.SAMStoreCtxFailedToClearGroup">
            <summary>An error ({0}) occurred while trying to clear the group membership.</summary>
        </member>
        <member name="P:System.SR.SAMStoreCtxCantRetrieveObjectSidForCrossStore">
            <summary>While trying to resolve a cross-store reference, the objectSid could not be retrieved from the representation of the target principal.</summary>
        </member>
        <member name="P:System.SR.SAMStoreCtxCantResolveSidForCrossStore">
            <summary>While trying to resolve a cross-store reference, the SID of the target principal could not be resolved.  The error code is {0}.</summary>
        </member>
        <member name="P:System.SR.SAMStoreCtxFailedFindCrossStoreTarget">
            <summary>While trying to resolve a cross-store reference, the target principal could not be found in the domain indicated by the principal's SID.</summary>
        </member>
        <member name="P:System.SR.SAMStoreCtxErrorEnumeratingGroup">
            <summary>An error ({0}) occurred while enumerating the group membership.  The member's SID could not be resolved.</summary>
        </member>
        <member name="P:System.SR.SAMStoreCtxLocalGroupsOnly">
            <summary>Only local groups are supported by this store.</summary>
        </member>
        <member name="P:System.SR.AuthZFailedToRetrieveGroupList">
            <summary>While trying to retrieve the authorization groups, an error ({0}) occurred.</summary>
        </member>
        <member name="P:System.SR.AuthZNotSupported">
            <summary>Retrieval of authorization groups is not supported by this platform.</summary>
        </member>
        <member name="P:System.SR.AuthZErrorEnumeratingGroups">
            <summary>An error ({0}) occurred while enumerating the groups.  The group's SID could not be resolved.</summary>
        </member>
        <member name="P:System.SR.AuthZCantFindGroup">
            <summary>An error occurred while enumerating the groups.  The group could not be found.</summary>
        </member>
        <member name="P:System.SR.ConfigHandlerConfigSectionsUnique">
            <summary>The '{0}' element can only appear once in the configuration file.</summary>
        </member>
        <member name="P:System.SR.ConfigHandlerInvalidBoolAttribute">
            <summary>The '{0}' attribute for element '{1}' of the configuration file must be set to 'true' or 'false'.</summary>
        </member>
        <member name="P:System.SR.ConfigHandlerInvalidEnumAttribute">
            <summary>The '{0}' attribute for element '{1}' of the configuration file is set to an unknown value.</summary>
        </member>
        <member name="P:System.SR.ConfigHandlerInvalidStringAttribute">
            <summary>The '{0}' attribute for element '{1}' of the configuration file must be set to a string.</summary>
        </member>
        <member name="P:System.SR.ConfigHandlerUnknownConfigSection">
            <summary>Unknown element '{0}' was found in the configuration file.</summary>
        </member>
        <member name="P:System.SR.PrincipalPermWrongType">
            <summary>The target parameter is not a PrincipalPermission.</summary>
        </member>
        <member name="P:System.SR.PrincipalPermXmlNotPermission">
            <summary>The SecurityElement is not a permission.</summary>
        </member>
        <member name="P:System.SR.PrincipalPermXmlBadVersion">
            <summary>The SecurityElement does not have a valid version.  Version '1' was expected.</summary>
        </member>
        <member name="P:System.SR.PrincipalPermXmlBadContents">
            <summary>The SecurityElement does not contain a valid value for the 'Unrestricted' attribute.</summary>
        </member>
        <member name="P:System.SR.ContextOptionsNotValidForMachineStore">
            <summary>The options value is invalid.  The Machine store only supports Negotiate.</summary>
        </member>
        <member name="P:System.SR.PassedContextTypeDoesNotMatchDetectedType">
            <summary>The supplied context type does not match the server contacted. The server type is {0}.</summary>
        </member>
        <member name="P:System.SR.NullArguments">
            <summary>The supplied arguments cannot be null.</summary>
        </member>
        <member name="P:System.SR.InvalidStringValueForStore">
            <summary>Empty string is not supported by the property {0} for this store type.</summary>
        </member>
        <member name="P:System.SR.ServerDown">
            <summary>The server could not be contacted.</summary>
        </member>
        <member name="P:System.SR.InvalidPropertyForStore">
            <summary>Property is not valid for this store type.</summary>
        </member>
        <member name="P:System.SR.InvalidOperationForStore">
            <summary>{0} is not supported by the {1} ContextType.</summary>
        </member>
        <member name="P:System.SR.NameMustBeSetToPersistPrincipal">
            <summary>SamAccountName or Name must be assigned to a newly-created Principal object in this store prior to saving.</summary>
        </member>
        <member name="P:System.SR.ExtensionInvalidClassDefinitionConstructor">
            <summary>Extension class must define a constructor that accepts a PrincipalContext argument.</summary>
        </member>
        <member name="P:System.SR.ExtensionInvalidClassAttributes">
            <summary>Extension class must set DirectoryObjectClassAttribute and DirectoryRdnPrefixAttribute.</summary>
        </member>
        <member name="P:System.SR.SaveToMustHaveSamecontextType">
            <summary>The target context must have the same type as the object's current context.</summary>
        </member>
        <member name="P:System.SR.ComputerInvalidForAppDirectoryStore">
            <summary>The ComputerPrincipal object is not supported by the ApplicationDirectory store.</summary>
        </member>
        <member name="P:System.SR.SaveToNotSupportedAgainstMachineStore">
            <summary>Saving to an alternate context is not supported by the Machine store.</summary>
        </member>
        <member name="P:System.SR.InvalidContextOptionsForMachine">
            <summary>The ContextOptions passed are invalid for the Machine store.  Only ContextOptions.Negotiate is supported.</summary>
        </member>
        <member name="P:System.SR.InvalidContextOptionsForAD">
            <summary>The ContextOptions passed are invalid for this store type.  Either Negotiate or SimpleBind must be specified and they cannot be combined.</summary>
        </member>
        <member name="P:System.SR.InvalidExtensionCollectionType">
            <summary>Collections whose elements are another collection cannot be set by ExtensionClasses.</summary>
        </member>
        <member name="P:System.SR.ADAMStoreUnableToPopulateSchemaList">
            <summary>The store is unable to populate a list of bindable object types.  Check access to the Schema container.</summary>
        </member>
        <member name="P:System.SR.StoreCtxMultipleFiltersForPropertyUnsupported">
            <summary>Multiple filters on the property {0} are not supported.</summary>
        </member>
        <member name="P:System.SR.AdsiNotInstalled">
            <summary>Active Directory Client is not installed on this computer.</summary>
        </member>
        <member name="P:System.SR.DirectoryServicesAccountManagement_PlatformNotSupported">
            <summary>System.DirectoryServices.AccountManagement is not supported on this platform.</summary>
        </member>
    </members>
</doc>
