System.Net.AuthenticationManager.RegisteredModules Property

Gets a list of authentication modules that are registered with the authentication manager.

Syntax

public static IEnumerator RegisteredModules { get; }

Value

A IEnumerator that provides access to the list of registered authentication modules.

Remarks

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.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0