1 write to EntityId
System.IdentityModel (1)
System\IdentityModel\Metadata\MetadataSerializer.cs (1)
710resultEntity.EntityId = new EntityId(entityId);
5 references to EntityId
System.IdentityModel (5)
System\IdentityModel\Metadata\EntityDescriptor.cs (2)
32/// <param name="entityId">The <see cref="EntityId"/> of this instance.</param> 47/// Gets or sets the <see cref="EntityId"/>.
System\IdentityModel\Metadata\MetadataSerializer.cs (3)
2253if (entityDescriptor.EntityId == null || entityDescriptor.EntityId.Id == null) 2258writer.WriteAttributeString(Saml2MetadataConstants.Attributes.EntityId, null, entityDescriptor.EntityId.Id);