2 references to EffectiveDate
Microsoft.DotNet.SignCheckLibrary (2)
Verification\Timestamp.cs (2)
23/// True if the file was signed on or after the <see cref="EffectiveDate"/> and on or prior to the <see cref="ExpiryDate"./> 29return (SignedOn >= EffectiveDate) && (SignedOn <= ExpiryDate);