2 references to _allowOnlineRevocationChecks
dotnet (2)
Installer\Windows\MsiPackageCache.cs (2)
158int result = Signature.IsAuthenticodeSigned(msiPath, _allowOnlineRevocationChecks); 162ExitOnError((uint)result, $"Failed to verify Authenticode signature, package: {msiPath}, allow online revocation checks: {_allowOnlineRevocationChecks}");