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