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

System.ServiceModel.ImpersonationOption

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