6 references to IsValid
Microsoft.DotNet.SignCheckLibrary (6)
Verification\AuthentiCodeVerifier.cs (1)
80
svr.IsAuthentiCodeSigned &= timestamp.
IsValid
;
Verification\JarVerifier.cs (1)
43
where !ts.
IsValid
Verification\LinuxPackageVerifier.cs (1)
67
return ts.
IsValid
;
Verification\MachOVerifier.cs (1)
123
if (!ts.
IsValid
)
Verification\PkgVerifier.cs (1)
108
if (!ts.
IsValid
)
Verification\Timestamp.cs (1)
56
if (
IsValid
)