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

System.ServiceModel.ImpersonationOption

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