1 write to tokenEffectiveTime
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
257this.tokenEffectiveTime = tokenEffectiveTimeUtc;
2 references to tokenEffectiveTime
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (2)
87this.Initialize(from.contextId, from.key, from.tokenEffectiveTime, from.tokenExpirationTime, authorizationPolicies, from.isCookieMode, from.keyGeneration, from.keyEffectiveTime, from.keyExpirationTime); 179get { return this.tokenEffectiveTime; }