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

Remove() public method

public Remove ( string name ) : void
name string
return void
        public void Remove(string name) 
        {
            BaseRemove(name);
        }

Same methods

AuthenticationModuleElementCollection::Remove ( AuthenticationModuleElement element ) : void