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