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

System.ServiceModel.Channels.LocalClientSecuritySettings

public sealed class LocalClientSecuritySettings
public bool CacheCookies { get; set; }

public int CookieRenewalThresholdPercentage { get; set; }

public bool DetectReplays { get; set; }

public IdentityVerifier IdentityVerifier { get; set; }

public TimeSpan MaxClockSkew { get; set; }

public TimeSpan MaxCookieCachingTime { get; set; }

public NonceCache NonceCache { get; set; }

public bool ReconnectTransportOnFailure { get; set; }

public int ReplayCacheSize { get; set; }

public TimeSpan ReplayWindow { get; set; }

public TimeSpan SessionKeyRenewalInterval { get; set; }

public TimeSpan SessionKeyRolloverInterval { get; set; }

public TimeSpan TimestampValidityDuration { get; set; }