<PackageReference Include="System.ServiceModel.Primitives" Version="6.1.0" />
System.ServiceModel.Security.IChannelSecureConversationSessionSettings
namespace System.
ServiceModel.
Security
{
internal interface IChannelSecureConversationSessionSettings
{
TimeSpan KeyRenewalInterval { get; set; }
TimeSpan KeyRolloverInterval { get; set; }
bool TolerateTransportFailures { get; set; }
}
}