3 references to EntityId
System.IdentityModel (3)
System\IdentityModel\Metadata\MetadataSerializer.cs (3)
707string entityId = reader.GetAttribute(Saml2MetadataConstants.Attributes.EntityId, null); 2255throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MetadataSerializationException(SR.GetString(SR.ID3203, Saml2MetadataConstants.Attributes.EntityId))); 2258writer.WriteAttributeString(Saml2MetadataConstants.Attributes.EntityId, null, entityDescriptor.EntityId.Id);