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

System.ServiceModel.Channels.LocalClientSecuritySettings

public sealed class LocalClientSecuritySettings
namespace System.ServiceModel.Channels { public sealed class LocalClientSecuritySettings { public bool DetectReplays { get; set; } public int ReplayCacheSize { get; set; } public TimeSpan ReplayWindow { get; set; } public TimeSpan MaxClockSkew { get; set; } public NonceCache NonceCache { get; set; } public TimeSpan TimestampValidityDuration { get; set; } public bool CacheCookies { get; set; } public TimeSpan MaxCookieCachingTime { get; set; } public int CookieRenewalThresholdPercentage { get; set; } public TimeSpan SessionKeyRenewalInterval { get; set; } public TimeSpan SessionKeyRolloverInterval { get; set; } public bool ReconnectTransportOnFailure { get; set; } public IdentityVerifier IdentityVerifier { get; set; } public LocalClientSecuritySettings(); public LocalClientSecuritySettings Clone(); } }