<PackageReference Include="System.ServiceModel.Primitives" Version="8.1.0" />

System.ServiceModel.ImpersonationOption

public enum ImpersonationOption
namespace System.ServiceModel { public enum ImpersonationOption { NotAllowed, Allowed, Required } }