<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-preview.4.20251.6" />

System.ComponentModel.DataAnnotations.KeyAttribute

public sealed class KeyAttribute : Attribute
Denotes one or more properties that uniquely identify an entity.
namespace System.ComponentModel.DataAnnotations { public sealed class KeyAttribute : Attribute { public KeyAttribute(); } }