메소드 |
설명 |
|
CertAddCertificateContextToStore ( SafeCertStoreHandle hCertStore, SafeCertContextHandle pCertContext, CertStoreAddDisposition dwAddDisposition, IntPtr ppStoreContext ) : bool |
|
|
CertAddCertificateLinkToStore ( SafeCertStoreHandle hCertStore, SafeCertContextHandle pCertContext, CertStoreAddDisposition dwAddDisposition, IntPtr ppStoreContext ) : bool |
|
|
CertCloseStore ( IntPtr hCertStore, int dwFlags ) : bool |
|
|
CertControlStore ( SafeCertStoreHandle hCertStore, CertControlStoreFlags dwFlags, CertControlStoreType dwControlType, IntPtr pvCtrlPara ) : bool |
|
|
CertDeleteCertificateFromStore ( CERT_CONTEXT pCertContext ) : bool |
|
|
CertDuplicateCertificateChain ( IntPtr pChainContext ) : SafeX509ChainHandle |
|
|
CertDuplicateCertificateContext ( IntPtr pCertContext ) : SafeCertContextHandle |
|
|
CertDuplicateCertificateContextWithKeyContainerDeletion ( IntPtr pCertContext ) : SafeCertContextHandleWithKeyContainerDeletion |
|
|
CertDuplicateStore ( IntPtr hCertStore ) : SafeCertStoreHandle |
|
|
CertEnumCertificatesInStore ( SafeCertStoreHandle hCertStore, CERT_CONTEXT pPrevCertContext ) : SafeCertContextHandle |
|
|
CertFindCertificateInStore ( SafeCertStoreHandle hCertStore, CertEncodingType dwCertEncodingType, CertFindFlags dwFindFlags, CertFindType dwFindType, void pvFindPara, CERT_CONTEXT pPrevCertContext ) : SafeCertContextHandle |
|
|
CertFindExtension ( [ pszObjId, int cExtensions, CERT_EXTENSION rgExtensions ) : CERT_EXTENSION* |
|
|
CertFreeCertificateChain ( IntPtr pChainContext ) : void |
|
|
CertFreeCertificateContext ( IntPtr pCertContext ) : bool |
|
|
CertGetCertificateChain ( IntPtr hChainEngine, SafeCertContextHandle pCertContext, FILETIME pTime, SafeCertStoreHandle hStore, [ pChainPara, CertChainFlags dwFlags, IntPtr pvReserved, SafeX509ChainHandle &ppChainContext ) : bool |
|
|
CertGetCertificateContextProperty ( SafeCertContextHandle pCertContext, CertContextPropId dwPropId, [ pvData, [ pcbData ) : bool |
|
|
CertGetCertificateContextPropertyString ( SafeCertContextHandle pCertContext, CertContextPropId dwPropId, [ pvData, [ pcbData ) : bool |
|
|
CertGetIntendedKeyUsage ( CertEncodingType dwCertEncodingType, CERT_INFO pCertInfo, System.Security.Cryptography.X509Certificates.X509KeyUsageFlags &pbKeyUsage, int cbKeyUsage ) : bool |
|
|
CertGetNameString ( SafeCertContextHandle pCertContext, CertNameType dwType, CertNameFlags dwFlags, [ pvTypePara, [ pszNameString, int cchNameString ) : int |
|
|
CertGetValidUsages ( int cCerts, [ rghCerts, int &cNumOIDs, [ rghOIDs, [ pcbOIDs ) : bool |
|
|
CertNameToStr ( CertEncodingType dwCertEncodingType, [ pName, CertNameStrTypeAndFlags dwStrType, StringBuilder psz, int csz ) : int |
|
|
CertOpenStore ( IntPtr lpszStoreProvider, CertEncodingType dwMsgAndCertEncodingType, IntPtr hCryptProv, CertStoreFlags dwFlags, [ pvPara ) : SafeCertStoreHandle |
|
|
CertSaveStore ( SafeCertStoreHandle hCertStore, CertEncodingType dwMsgAndCertEncodingType, CertStoreSaveAs dwSaveAs, CertStoreSaveTo dwSaveTo, CRYPTOAPI_BLOB &pvSaveToPara, int dwFlags ) : bool |
|
|
CertSerializeCertificateStoreElement ( SafeCertContextHandle pCertContext, int dwFlags, [ pbElement, [ pcbElement ) : bool |
|
|
CertSetCertificateContextProperty ( SafeCertContextHandle pCertContext, CertContextPropId dwPropId, CertSetPropertyFlags dwFlags, [ pvData ) : bool |
|
|
CertStrToName ( CertEncodingType dwCertEncodingType, string pszX500, CertNameStrTypeAndFlags dwStrType, IntPtr pvReserved, [ pbEncoded, [ pcbEncoded, IntPtr ppszError ) : bool |
|
|
CertVerifyCertificateChainPolicy ( IntPtr pszPolicyOID, SafeX509ChainHandle pChainContext, [ pPolicyPara, [ pPolicyStatus ) : bool |
|
|
CertVerifyTimeValidity ( [ pTimeToVerify, [ pCertInfo ) : int |
|
|
CryptAcquireCertificatePrivateKey ( SafeCertContextHandle pCert, CryptAcquireFlags dwFlags, IntPtr pvParameters, Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle &phCryptProvOrNCryptKey, int &pdwKeySpec, bool &pfCallerFreeProvOrNCryptKey ) : bool |
|
|
CryptDecodeObject ( CertEncodingType dwCertEncodingType, IntPtr lpszStructType, [ pbEncoded, int cbEncoded, CryptDecodeObjectFlags dwFlags, [ pvStructInfo, [ pcbStructInfo ) : bool |
|
|
CryptDecodeObjectPointer ( CertEncodingType dwCertEncodingType, IntPtr lpszStructType, [ pbEncoded, int cbEncoded, CryptDecodeObjectFlags dwFlags, [ pvStructInfo, [ pcbStructInfo ) : bool |
|
|
CryptDecodeObjectPointer ( CertEncodingType dwCertEncodingType, [ lpszStructType, [ pbEncoded, int cbEncoded, CryptDecodeObjectFlags dwFlags, [ pvStructInfo, [ pcbStructInfo ) : bool |
|
|
CryptEncodeObject ( CertEncodingType dwCertEncodingType, IntPtr lpszStructType, void pvStructInfo, [ pbEncoded, [ pcbEncoded ) : bool |
|
|
CryptEncodeObject ( CertEncodingType dwCertEncodingType, [ lpszStructType, void pvStructInfo, [ pbEncoded, [ pcbEncoded ) : bool |
|
|
CryptFormatObject ( CertEncodingType dwCertEncodingType, FormatObjectType dwFormatType, FormatObjectStringType dwFormatStrType, IntPtr pFormatStruct, IntPtr lpszStructType, [ pbEncoded, int cbEncoded, [ pbFormat, [ pcbFormat ) : bool |
|
|
CryptHashPublicKeyInfo ( IntPtr hCryptProv, int algId, int dwFlags, CertEncodingType dwCertEncodingType, [ pInfo, [ pbComputedHash, [ pcbComputedHash ) : bool |
|
|
CryptImportPublicKeyInfoEx2 ( CertEncodingType dwCertEncodingType, CERT_PUBLIC_KEY_INFO pInfo, int dwFlags, void pvAuxInfo, Microsoft.Win32.SafeHandles.SafeBCryptKeyHandle &phKey ) : bool |
|
|
CryptMsgClose ( IntPtr hCryptMsg ) : bool |
|
|
CryptMsgGetParam ( SafeCryptMsgHandle hCryptMsg, CryptMessageParameterType dwParamType, int dwIndex, [ pvData, [ pcbData ) : bool |
|
|
CryptMsgGetParam ( SafeCryptMsgHandle hCryptMsg, CryptMessageParameterType dwParamType, int dwIndex, int &pvData, [ pcbData ) : bool |
|
|
CryptQueryObject ( CertQueryObjectType dwObjectType, void pvObject, ExpectedContentTypeFlags dwExpectedContentTypeFlags, ExpectedFormatTypeFlags dwExpectedFormatTypeFlags, int dwFlags, CertEncodingType &pdwMsgAndCertEncodingType, ContentType, &pdwContentType, FormatType &pdwFormatType, SafeCertStoreHandle &phCertStore, SafeCryptMsgHandle &phMsg, SafeCertContextHandle &ppvContext ) : bool |
|
|
CryptQueryObject ( CertQueryObjectType dwObjectType, void pvObject, ExpectedContentTypeFlags dwExpectedContentTypeFlags, ExpectedFormatTypeFlags dwExpectedFormatTypeFlags, int dwFlags, IntPtr pdwMsgAndCertEncodingType, ContentType, &pdwContentType, IntPtr pdwFormatType, IntPtr phCertStore, IntPtr phMsg, IntPtr ppvContext ) : bool |
|
|
CryptQueryObject ( CertQueryObjectType dwObjectType, void pvObject, ExpectedContentTypeFlags dwExpectedContentTypeFlags, ExpectedFormatTypeFlags dwExpectedFormatTypeFlags, int dwFlags, IntPtr pdwMsgAndCertEncodingType, ContentType, &pdwContentType, IntPtr pdwFormatType, SafeCertStoreHandle &phCertStore, IntPtr phMsg, IntPtr ppvContext ) : bool |
|
|
PFXExportCertStore ( SafeCertStoreHandle hStore, [ pPFX, SafePasswordHandle szPassword, PFXExportFlags dwFlags ) : bool |
|
|
PFXImportCertStore ( [ pPFX, SafePasswordHandle password, PfxCertStoreFlags dwFlags ) : SafeCertStoreHandle |
|
|