Application Report
- Application ID: 81ab713db0564d059483aa14bf30fc47
- Report Submitted on: 02/05/2009 18:10:55
- Definitions File: Mono 2.2
- API Issues: 2
- P/Invoke APIs: 10
The following 2 APIs (used 20 times) might not work:
- Total:
2
1
-
System.Reflection.Emit
1
-
ILGenerator
1
-
ILGenerator
-
System.Runtime.InteropServices
1
1
-
Marshal
1
1
-
GetHRForLastWin32Error()
Used 16 times
1
1
-
GetHRForLastWin32Error()
Used 16 times
-
Marshal
-
System.Reflection.Emit
There are 10 P/Invokes (used 11 times):
| Count | Library | Function |
|---|---|---|
| 2 | advapi32.dll | bool cryptacquirecontext(intptr&, string, string, int, uint) |
| 1 | advapi32.dll | bool cryptreleasecontext(intptr, int) |
| 1 | advapi32.dll | bool crypthashdata(intptr, byte[], uint, uint) |
| 1 | advapi32.dll | bool cryptencrypt(intptr, intptr, int, uint, byte[], uint32&, uint) |
| 1 | advapi32.dll | bool cryptdestroykey(intptr) |
| 1 | advapi32.dll | bool cryptdestroyhash(intptr) |
| 1 | advapi32.dll | bool cryptderivekey(intptr, uint, intptr, int, intptr&) |
| 1 | advapi32.dll | bool cryptdecrypt(intptr, intptr, int, uint, byte[], uint32&) |
| 1 | advapi32.dll | bool cryptcreatehash(intptr, uint, intptr, uint, intptr&) |
| 1 | shell32 | bool shgetspecialfolderpath(intptr, stringbuilder, int, bool) |