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