System.Net.Configuration.AuthenticationModuleElementCollection.Add C# (CSharp) Méthode

Add() public méthode

public Add ( AuthenticationModuleElement element ) : void
element AuthenticationModuleElement
Résultat void
        public void Add(AuthenticationModuleElement element)
        {
            BaseAdd(element);
        }