System.Net.Configuration.AuthenticationModuleElementCollection.Add C# (CSharp) Method

Add() public method

public Add ( AuthenticationModuleElement element ) : void
element AuthenticationModuleElement
return void
        public void Add(AuthenticationModuleElement element)
        {
            BaseAdd(element);
        }