1 write to maxClockSkew
System.IdentityModel (1)
System\IdentityModel\Selectors\SamlSecurityTokenAuthenticator.cs (1)
40this.maxClockSkew = maxClockSkew;
1 reference to maxClockSkew
System.IdentityModel (1)
System\IdentityModel\Selectors\SamlSecurityTokenAuthenticator.cs (1)
247return SecurityUtils.IsCurrentlyTimeEffective(token.Assertion.Conditions.NotBefore, token.Assertion.Conditions.NotOnOrAfter, this.maxClockSkew);