2 references to ExpiryDate
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
"./>
29
return (SignedOn >= EffectiveDate) && (SignedOn <=
ExpiryDate
);