2 references to IsCurrentlyTimeEffective
System.ServiceModel (2)
System\ServiceModel\Security\SecurityContextTokenCache.cs (2)
59if ( !SecurityUtils.IsCurrentlyTimeEffective( token.ValidFrom, token.ValidTo, this.clockSkew ) ) 67if ( !SecurityUtils.IsCurrentlyTimeEffective( token.KeyEffectiveTime, token.KeyExpirationTime, this.clockSkew ) )