15 references to ContactType
System.IdentityModel (15)
System\IdentityModel\Metadata\ContactPerson.cs (5)
15ContactType _type = ContactType.Unspecified; 32/// <param name="contactType">The <see cref="ContactType"/> for this object.</param> 33public ContactPerson(ContactType contactType) 84public ContactType Type
System\IdentityModel\Metadata\MetadataSerializer.cs (10)
188private static ContactType GetContactPersonType(string conactType, out bool found) 197return ContactType.Unspecified; 201return ContactType.Administrative; 205return ContactType.Billing; 209return ContactType.Other; 213return ContactType.Support; 217return ContactType.Technical; 220return ContactType.Unspecified; 328throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MetadataSerializationException(SR.GetString(SR.ID3201, typeof(ContactType), contactType))); 1973if (contactPerson.Type == ContactType.Unspecified)