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