IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
JavaScience.Win32 Class Reference

Public Member Functions

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)
 

Member Function Documentation

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 
)
static bool JavaScience.Win32.PFXIsPFXBlob ( ref CRYPT_DATA_BLOB  pPfx)

The documentation for this class was generated from the following file: