1 reference to DefaultIssuerNameRegistryType
System.IdentityModel (1)
System\IdentityModel\Configuration\IdentityConfiguration.cs (1)
281
Type type = string.IsNullOrEmpty(element.Type) ?
DefaultIssuerNameRegistryType
: Type.GetType(element.Type);