SEBWIN-510: Attempt to fix interop issue.
This commit is contained in:
		
							parent
							
								
									3e18a6ce41
								
							
						
					
					
						commit
						b88e26b3ab
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -74,7 +74,7 @@ namespace SafeExamBrowser.Configuration.Integrity | ||||||
| 
 | 
 | ||||||
| 		[DllImport(DLL_NAME, CallingConvention = CallingConvention.Cdecl)] | 		[DllImport(DLL_NAME, CallingConvention = CallingConvention.Cdecl)] | ||||||
| 		[return: MarshalAs(UnmanagedType.BStr)] | 		[return: MarshalAs(UnmanagedType.BStr)] | ||||||
| 		private static extern string CalculateBrowserExamKey(string configurationKey, string salt); | 		private static extern string CalculateBrowserExamKey([MarshalAs(UnmanagedType.LPStr)] string configurationKey, [MarshalAs(UnmanagedType.LPStr)] string salt); | ||||||
| 
 | 
 | ||||||
| 		[DllImport(DLL_NAME, CallingConvention = CallingConvention.Cdecl)] | 		[DllImport(DLL_NAME, CallingConvention = CallingConvention.Cdecl)] | ||||||
| 		private static extern bool VerifyCodeSignature(); | 		private static extern bool VerifyCodeSignature(); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Damian Büchel
						Damian Büchel