2 writes to effectiveTime
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\SspiSecurityToken.cs (2)
31this.effectiveTime = DateTime.UtcNow; 40this.effectiveTime = DateTime.UtcNow;
3 references to effectiveTime
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\SspiSecurityToken.cs (3)
32this.expirationTime = this.effectiveTime.AddHours(10); 41this.expirationTime = this.effectiveTime.AddHours(10); 56get { return this.effectiveTime; }