<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0-preview.5.20278.1" />

System.Security.Principal.IdentityReference

public abstract class IdentityReference
namespace System.Security.Principal { public abstract class IdentityReference { public abstract string Value { get; } public abstract bool IsValidTargetType(Type targetType); public static bool operator ==(IdentityReference left, IdentityReference right); public static bool operator !=(IdentityReference left, IdentityReference right); public abstract IdentityReference Translate(Type targetType); } }