System.Net.Configuration.AuthenticationModuleElement.AuthenticationModuleElement C# (CSharp) Method

AuthenticationModuleElement() public method

public AuthenticationModuleElement ( ) : System
return System
        public AuthenticationModuleElement()
        {
            this.properties.Add(this.type);
        }

Same methods

AuthenticationModuleElement::AuthenticationModuleElement ( string typeName ) : System
AuthenticationModuleElement