1 write to Type
System.IdentityModel (1)
System\IdentityModel\Configuration\IssuerNameRegistryElement.cs (1)
17Type = type;
2 references to Type
System.IdentityModel (2)
System\IdentityModel\Configuration\IdentityConfiguration.cs (2)
281Type type = string.IsNullOrEmpty(element.Type) ? DefaultIssuerNameRegistryType : Type.GetType(element.Type);