System.ServiceModel.Channels.LocalClientSecuritySettings public sealed class LocalClientSecuritySettings Documentation Code 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; } public LocalClientSecuritySettings() public LocalClientSecuritySettings Clone()