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