Skip to content

Commit 2569bde

Browse files
committed
SEBWIN-1079, SEBWIN-1046, #1261: Updated signature for application monitoring.
1 parent a0bd5da commit 2569bde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SafeExamBrowser.Monitoring/Applications/ApplicationMonitor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ private bool BelongsToSafeExamBrowser(IProcess process)
256256
isRuntime &= process.OriginalName == "SafeExamBrowser.exe";
257257

258258
#if !DEBUG
259-
isClient &= process.Signature == "2bc82fe8e56a39f96bc6c4b91d6703a0379b76a2";
260-
isRuntime &= process.Signature == "2bc82fe8e56a39f96bc6c4b91d6703a0379b76a2";
259+
isClient &= process.Signature == "ecac9df025f5d208f6190fc4d6f9d329576598c7";
260+
isRuntime &= process.Signature == "ecac9df025f5d208f6190fc4d6f9d329576598c7";
261261
#endif
262262

263263
return isClient || isRuntime;

0 commit comments

Comments
 (0)