3 writes to ValidFrom
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (3)
116ValidFrom = SecurityUtils.MinUtcDateTime; 146ValidFrom = validFrom.ToUniversalTime(); 468ValidFrom = validFrom.ToUniversalTime();
2 references to ValidFrom
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSTrust.cs (2)
625DateTime created = rstr.ValidFrom; 1113effectiveTime = rstr.ValidFrom.ToUniversalTime();