4 references to IsValid
Microsoft.DotNet.SignCheckLibrary (4)
Verification\AuthentiCodeVerifier.cs (1)
69
svr.IsAuthentiCodeSigned &= timestamp.
IsValid
;
Verification\JarVerifier.cs (1)
43
where !ts.
IsValid
Verification\Timestamp.cs (1)
56
if (
IsValid
)
Verification\VsixVerifier.cs (1)
163
if (timestamp.
IsValid
&& certExpired)