2 writes to MaxClockSkew
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (1)
350
this.
MaxClockSkew
= SecurityProtocolFactory.defaultMaxClockSkew;
System\ServiceModel\Configuration\LocalServiceSecuritySettingsElement.cs (1)
146
settings.
MaxClockSkew
= this.MaxClockSkew;
5 references to MaxClockSkew
System.ServiceModel (5)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
317
localServiceSecuritySettings.SetProperty(AdministrationStrings.MaxClockSkew, specificElement.LocalServiceSettings.
MaxClockSkew
);
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
602
factory.MaxClockSkew = this.LocalServiceSettings.
MaxClockSkew
;
System\ServiceModel\Configuration\LocalServiceSecuritySettingsElement.cs (1)
168
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxClockSkew, settings.
MaxClockSkew
);
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (2)
96
sctResolver = new SecurityContextSecurityTokenResolver(localServiceSettings.MaxCachedCookies, true, localServiceSettings.
MaxClockSkew
);
284
ssta = new SamlSecurityTokenAuthenticator(supportingAuthenticators, recipientRequirement.SecurityBindingElement.LocalServiceSettings.
MaxClockSkew
);