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

System.ServiceModel.Security.IChannelSecureConversationSessionSettings

namespace System.ServiceModel.Security { internal interface IChannelSecureConversationSessionSettings { TimeSpan KeyRenewalInterval { get; set; } TimeSpan KeyRolloverInterval { get; set; } bool TolerateTransportFailures { get; set; } } }