2 references to ValidFrom
WindowsBase (2)
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (2)
467
if ((grant.
ValidFrom
!= DateTime.MinValue) || (grant.ValidUntil != DateTime.MaxValue))
471
systemTimeValidFrom = new SystemTime(grant.
ValidFrom
);