|
static bool | CryptAcquireContext (ref IntPtr hProv, string pszContainer, string pszProvider, uint dwProvType, uint dwFlags) |
|
static bool | CryptDecodeObject (uint CertEncodingType, uint lpszStructType, byte[] pbEncoded, uint cbEncoded, uint flags, [In, Out] byte[] pvStructInfo, ref uint cbStructInfo) |
|
static bool | CertCloseStore (IntPtr hCertStore, uint dwFlags) |
|
static bool | CertFreeCertificateContext (IntPtr hCertStore) |
|
static IntPtr | CertEnumCertificatesInStore (IntPtr hCertStore, IntPtr pPrevCertContext) |
|
static bool | CertGetCertificateContextProperty (IntPtr pCertContext, uint dwPropId, IntPtr pvData, ref uint pcbData) |
|
static IntPtr | PFXImportCertStore (ref CRYPT_DATA_BLOB pPfx, [MarshalAs(UnmanagedType.LPWStr)] String szPassword, uint dwFlags) |
|
static bool | PFXVerifyPassword (ref CRYPT_DATA_BLOB pPfx, [MarshalAs(UnmanagedType.LPWStr)] String szPassword, uint dwFlags) |
|
static bool | PFXIsPFXBlob (ref CRYPT_DATA_BLOB pPfx) |
|
static bool JavaScience.Win32.CryptAcquireContext |
( |
ref IntPtr |
hProv, |
|
|
string |
pszContainer, |
|
|
string |
pszProvider, |
|
|
uint |
dwProvType, |
|
|
uint |
dwFlags |
|
) |
| |
static bool JavaScience.Win32.CryptDecodeObject |
( |
uint |
CertEncodingType, |
|
|
uint |
lpszStructType, |
|
|
byte[] |
pbEncoded, |
|
|
uint |
cbEncoded, |
|
|
uint |
flags, |
|
|
[In, Out] byte[] |
pvStructInfo, |
|
|
ref uint |
cbStructInfo |
|
) |
| |
static bool JavaScience.Win32.CertCloseStore |
( |
IntPtr |
hCertStore, |
|
|
uint |
dwFlags |
|
) |
| |
static bool JavaScience.Win32.CertFreeCertificateContext |
( |
IntPtr |
hCertStore | ) |
|
static IntPtr JavaScience.Win32.CertEnumCertificatesInStore |
( |
IntPtr |
hCertStore, |
|
|
IntPtr |
pPrevCertContext |
|
) |
| |
static bool JavaScience.Win32.CertGetCertificateContextProperty |
( |
IntPtr |
pCertContext, |
|
|
uint |
dwPropId, |
|
|
IntPtr |
pvData, |
|
|
ref uint |
pcbData |
|
) |
| |
static IntPtr JavaScience.Win32.PFXImportCertStore |
( |
ref CRYPT_DATA_BLOB |
pPfx, |
|
|
[MarshalAs(UnmanagedType.LPWStr)] String |
szPassword, |
|
|
uint |
dwFlags |
|
) |
| |
static bool JavaScience.Win32.PFXVerifyPassword |
( |
ref CRYPT_DATA_BLOB |
pPfx, |
|
|
[MarshalAs(UnmanagedType.LPWStr)] String |
szPassword, |
|
|
uint |
dwFlags |
|
) |
| |
The documentation for this class was generated from the following file:
- igtest/iglib_sandbox/encryption/pkcs12/win32.cs