System.Net.Configuration.AuthenticationModuleElement.AuthenticationModuleElement C# (CSharp) Метод

AuthenticationModuleElement() публичный Метод

public AuthenticationModuleElement ( string typeName ) : System
typeName string
Результат System
        public AuthenticationModuleElement(string typeName) : this()
        {
            if (typeName != (string)this.type.DefaultValue)
            {
                this.Type = typeName;
            }
        }

Same methods

AuthenticationModuleElement::AuthenticationModuleElement ( ) : System
AuthenticationModuleElement