A IEnumerator that provides access to the list of registered authentication modules.
The AuthenticationManager.RegisteredModules property provides an IEnumerator instance that enables the list of registered authentication modules to be read. The AuthenticationManager.Register(IAuthenticationModule) method adds modules to the list, and the AuthenticationManager.Unregister(IAuthenticationModule) method removes modules from it.