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