1 write to Type
System (1)
net\System\Net\Configuration\AuthenticationModuleElement.cs (1)
25this.Type = typeName;
2 references to Type
System (2)
net\System\Net\Configuration\AuthenticationModuleElement.cs (1)
46get { return this.Type; }
net\System\Net\Configuration\AuthenticationModulesSection.cs (1)
86type = Type.GetType(authenticationModuleElement.Type, true, true);