C# Class Opc.Ua.WindowsCertificateStore.NativeMethods

The native methods used by the class.
ファイルを表示 Open project: OPCFoundation/Misc-Tools

Private Methods

Method Description
CertAddEncodedCertificateToStore ( IntPtr hCertStore, int dwCertEncodingType, IntPtr pbCertEncoded, int cbCertEncoded, int dwAddDisposition, IntPtr &ppCertContext ) : int
CertCloseStore ( IntPtr hCertStore, uint dwFlags ) : int
CertCompareCertificate ( int dwCertEncodingType, IntPtr pCertId1, IntPtr pCertId2 ) : int
CertDeleteCertificateFromStore ( IntPtr pCertContext ) : int
CertDuplicateCertificateContext ( IntPtr pCertContext ) : IntPtr
CertEnumCertificatesInStore ( IntPtr hCertStore, IntPtr pPrevCertContext ) : IntPtr
CertEnumSystemStore ( uint dwFlags, IntPtr pvSystemStoreLocationPara, IntPtr pvArg, EnumStoreCallbackDelegate pfnEnum ) : int
CertFreeCertificateContext ( IntPtr pCertContext ) : int
CertGetCertificateContextProperty ( IntPtr pCertContext, int dwPropId, IntPtr pvData, int &pcbData ) : int
CertOpenStore ( IntPtr lpszStoreProvider, uint dwEncodingType, IntPtr hCryptProv, uint dwFlags, IntPtr pvPara ) : IntPtr
CertUnregisterSystemStore ( IntPtr pvSystemStore, uint dwFlags ) : int