1 write to Type
System.IdentityModel (1)
System\IdentityModel\Metadata\MetadataSerializer.cs (1)
325person.Type = GetContactPersonType(contactType, out foundKey);
2 references to Type
System.IdentityModel (2)
System\IdentityModel\Metadata\MetadataSerializer.cs (2)
1973if (contactPerson.Type == ContactType.Unspecified) 1978writer.WriteAttributeString(Saml2MetadataConstants.Attributes.ContactType, null, contactPerson.Type.ToString().ToLowerInvariant());