Application Report
- Application ID: c1c7297c0d07407baf3090fc7efe74b9
- Report Submitted on: 08/27/2008 17:24:30
- API Issues: 22
- P/Invoke APIs: 50
The following 22 APIs (used 80 times) might not work:
- Total:
22
1
-
System.Configuration
1
-
ConfigurationManager
1
-
get_ConnectionStrings()
Used 1 time
1
-
get_ConnectionStrings()
Used 1 time
-
ConfigurationManager
-
System.Net
1
-
CredentialCache
1
-
get_DefaultCredentials()
Used 1 time
1
-
get_DefaultCredentials()
Used 1 time
-
CredentialCache
-
System.Reflection.Emit
1
-
ILGenerator
1
-
ILGenerator
-
System.Security
2
-
CodeAccessPermission
1
-
Assert()
Used 1 time
1
-
Assert()
Used 1 time
-
PermissionSet
1
-
PermitOnly()
Used 1 time
1
-
PermitOnly()
Used 1 time
-
CodeAccessPermission
-
System.Security.Cryptography.Pkcs
8
-
EnvelopedCms
4
-
Decode(System.Byte[])
Used 2 times
1
-
Decrypt(System.Security.Cryptography.X509Certificates.X509Certificate2Collection)
Used 2 times
1
-
Encode()
Used 2 times
1
-
Encrypt(System.Security.Cryptography.Pkcs.CmsRecipientCollection)
Used 2 times
1
-
Decode(System.Byte[])
Used 2 times
-
SignedCms
4
-
CheckSignature(System.Boolean)
Used 1 time
1
-
ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner,System.Boolean)
Used 3 times
1
-
Decode(System.Byte[])
Used 5 times
1
-
Encode()
Used 3 times
1
-
CheckSignature(System.Boolean)
Used 1 time
-
EnvelopedCms
-
System.Security.Cryptography.X509Certificates
2
-
X509Certificate
1
-
X509Certificate2UI
1
-
X509Certificate
-
System.Web.Compilation
2
1
-
BuildDependencySet
1
1
-
get_VirtualPaths()
Used 2 times
1
1
-
get_VirtualPaths()
Used 2 times
-
BuildManager
1
-
BuildDependencySet
-
System.Web.UI
1
-
Control
1
-
get_DesignMode()
Used 20 times
1
-
get_DesignMode()
Used 20 times
-
Control
-
System.Web.UI.WebControls
3
-
BaseDataList
1
-
set_DataKeyField(System.String)
Used 1 time
1
-
set_DataKeyField(System.String)
Used 1 time
-
BaseValidator
1
-
set_Text(System.String)
Used 23 times
1
-
set_Text(System.String)
Used 23 times
-
DataList
1
-
get_SelectedValue()
Used 1 time
1
-
get_SelectedValue()
Used 1 time
-
BaseDataList
-
System.Xml.Schema
1
-
XmlSchemaSet
1
-
Add(System.Xml.Schema.XmlSchemaSet)
Used 1 time
1
-
Add(System.Xml.Schema.XmlSchemaSet)
Used 1 time
-
XmlSchemaSet
-
System.Configuration
There are 50 P/Invokes (used 68 times):
| Count | Library | Function |
|---|---|---|
| 5 | gmp.dll | void mpz_init_set(mpz_t&, mpz_t&) |
| 2 | crypt32.dll | bool dll_crypt32_cryptmsggetparam(safehandle, uint, uint, capiwrapper/safelocala |
| 2 | gmp.dll | void mpz_add_ui(mpz_t&, mpz_t&, uint64) |
| 2 | gmp.dll | void mpz_sub(mpz_t&, mpz_t&, mpz_t&) |
| 2 | gmp.dll | void mpz_mul_si(mpz_t&, mpz_t&, int64) |
| 2 | gmp.dll | void mpz_pow_ui(mpz_t&, mpz_t&, uint64) |
| 2 | gmp.dll | void mpz_neg(mpz_t&, mpz_t&) |
| 2 | gmp.dll | void mpz_mul_ui(mpz_t&, mpz_t&, uint64) |
| 2 | gmp.dll | void mpz_mul(mpz_t&, mpz_t&, mpz_t&) |
| 2 | gmp.dll | void mpz_sub_ui(mpz_t&, mpz_t&, uint64) |
| 2 | gmp.dll | void mpz_mod(mpz_t&, mpz_t&, mpz_t&) |
| 2 | gmp.dll | int mpz_cmp(mpz_t&, mpz_t&) |
| 2 | gmp.dll | void mpz_add(mpz_t&, mpz_t&, mpz_t&) |
| 2 | gmp.dll | size_t mpz_sizeinbase(mpz_t&, int) |
| 2 | gmp.dll | uint64 mpz_fdiv_ui(mpz_t&, uint64) |
| 1 | gmp.dll | void mpz_tdiv_q(mpz_t&, mpz_t&, mpz_t&) |
| 1 | gmp.dll | void mpz_xor(mpz_t&, mpz_t&, mpz_t&) |
| 1 | gmp.dll | void mpz_mul_2exp(mpz_t&, mpz_t&, uint64) |
| 1 | gmp.dll | void mpz_submul(mpz_t&, mpz_t&, mpz_t&) |
| 1 | gmp.dll | void mpz_divexact(mpz_t&, mpz_t&, mpz_t&) |
| 1 | gmp.dll | void mpz_ui_pow_ui(mpz_t&, uint64, uint64) |
| 1 | gmp.dll | void mpz_tdiv_r(mpz_t&, mpz_t&, mpz_t&) |
| 1 | gmp.dll | void mpz_tdiv_qr(mpz_t&, mpz_t&, mpz_t&, mpz_t&) |
| 1 | gmp.dll | void mpz_powm(mpz_t&, mpz_t&, mpz_t&, mpz_t&) |
| 1 | gmp.dll | void mpz_powm_ui(mpz_t&, mpz_t&, uint, mpz_t&) |
| 1 | gmp.dll | void mpz_setbit(mpz_t&, uint) |
| 1 | gmp.dll | void mpz_sqrt(mpz_t&, mpz_t&) |
| 1 | gmp.dll | void mpz_submul_ui(mpz_t&, mpz_t&, uint64) |
| 1 | gmp.dll | void mpz_ior(mpz_t&, mpz_t&, mpz_t&) |
| 1 | gmp.dll | int mpz_invert(mpz_t&, mpz_t&, mpz_t&) |
| 1 | gmp.dll | void mpz_abs(mpz_t&, mpz_t&) |
| 1 | gmp.dll | uint64 mpz_tdiv_q_ui(mpz_t&, mpz_t&, uint64) |
| 1 | gmp.dll | int mpz_probab_prime_p(mpz_t&, int) |
| 1 | gmp.dll | int mpz_init_set_str(mpz_t&, byte*, int) |
| 1 | gmp.dll | int mpz_divisible_p(mpz_t&, mpz_t&) |
| 1 | gmp.dll | int mpz_congruent_p(mpz_t&, mpz_t&, mpz_t&) |
| 1 | gmp.dll | char* mpz_get_str(byte*, int, mpz_t&) |
| 1 | gmp.dll | void mpz_addmul(mpz_t&, mpz_t&, mpz_t&) |
| 1 | gmp.dll | void mpz_addmul_ui(mpz_t&, mpz_t&, uint64) |
| 1 | gmp.dll | void mpz_and(mpz_t&, mpz_t&, mpz_t&) |
| 1 | gmp.dll | void mpz_init_set_ui(mpz_t&, uint) |
| 1 | gmp.dll | void mpz_init_set_si(mpz_t&, int) |
| 1 | gmp.dll | void mpz_init(mpz_t&) |
| 1 | gmp.dll | void mpz_import(mpz_t&, size_t, int, int, int, size_t, byte*) |
| 1 | gmp.dll | void mpz_gcd(mpz_t&, mpz_t&, mpz_t&) |
| 1 | gmp.dll | void mpz_divexact_ui(mpz_t&, mpz_t&, uint64) |
| 1 | gmp.dll | void mpz_com(mpz_t&, mpz_t&) |
| 1 | gmp.dll | void mpz_clear(mpz_t&) |
| 1 | kernel32.dll | capiwrapper/safelocalallochandle dll_kernel32_localalloc(uint, intptr) |
| 1 | kernel32.dll | intptr localfree(intptr) |