3 references to ContactType
System.IdentityModel (3)
System\IdentityModel\Metadata\MetadataSerializer.cs (3)
322string contactType = reader.GetAttribute(Saml2MetadataConstants.Attributes.ContactType, null); 1975throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MetadataSerializationException(SR.GetString(SR.ID3203, Saml2MetadataConstants.Attributes.ContactType))); 1978writer.WriteAttributeString(Saml2MetadataConstants.Attributes.ContactType, null, contactPerson.Type.ToString().ToLowerInvariant());