Application Report
- Application ID: 3a0dd2736753466eb0067ff22dd50726
- Report Submitted on: 08/10/2008 22:32:18
- API Issues: 1
- P/Invoke APIs: 11
The following 1 APIs (used 2 times) might not work:
- Total:
1
-
Microsoft.VisualBasic
1
-
Interaction
1
-
CreateObject(System.String,System.String)
Used 2 times
1
-
CreateObject(System.String,System.String)
Used 2 times
-
Interaction
-
Microsoft.VisualBasic
There are 11 P/Invokes (used 15 times):
| Count | Library | Function |
|---|---|---|
| 2 | advapi32.dll | bool cryptacquirecontext(intptr&, string, string, int, int) |
| 2 | advapi32.dll | bool cryptreleasecontext(intptr, int) |
| 2 | advapi32.dll | bool cryptencrypt(intptr, intptr, bool, int, byte[], int32&, int) |
| 2 | advapi32.dll | bool cryptdestroykey(intptr) |
| 1 | advapi32.dll | bool cryptdestroyhash(intptr) |
| 1 | advapi32.dll | bool cryptderivekey(intptr, int, intptr, int, intptr&) |
| 1 | advapi32.dll | bool cryptdecrypt(intptr, intptr, bool, int, byte[], int32&) |
| 1 | advapi32.dll | bool crypthashdata(intptr, byte[], int, int) |
| 1 | advapi32.dll | bool cryptcreatehash(intptr, int, intptr, int, intptr&) |
| 1 | kernel32.dll | int formatmessage(int, string, int, int, stringbuilder, int, string[]) |
| 1 | kernel32.dll | int getlasterror() |