1 type derived from CAPIMethods
System (1)
security\system\security\cryptography\cryptoapi.cs (1)
2763
internal sealed class CAPI :
CAPIMethods
{
39 references to CAPIMethods
System (39)
security\system\security\cryptography\cryptoapi.cs (39)
2797
bool result =
CAPIMethods
.CryptDecodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING,
2808
result =
CAPIMethods
.CryptDecodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING,
2841
if (!
CAPIMethods
.CryptDecodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING,
2851
if (!
CAPIMethods
.CryptDecodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING,
2878
if (!
CAPIMethods
.CryptEncodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING,
2886
if (!
CAPIMethods
.CryptEncodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING,
2915
if (!
CAPIMethods
.CryptEncodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING,
2923
if (!
CAPIMethods
.CryptEncodeObject(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING,
2988
SafeLocalAllocHandle safeLocalAllocHandle =
CAPIMethods
.LocalAlloc(uFlags, sizetdwBytes);
3023
bool rc =
CAPIMethods
.CryptAcquireContext(ref hCryptProv,
3030
rc =
CAPIMethods
.CryptAcquireContext(ref hCryptProv,
3082
IntPtr pv =
CAPIMethods
.CryptFindOIDInfo(dwKeyType,
3107
IntPtr pv =
CAPIMethods
.CryptFindOIDInfo(dwKeyType,
3138
if (!
CAPIMethods
.CryptFormatObject(dwCertEncodingType,
3150
if (!
CAPIMethods
.CryptFormatObject(dwCertEncodingType,
3188
if (!
CAPIMethods
.CryptFormatObject(dwCertEncodingType,
3200
if (!
CAPIMethods
.CryptFormatObject(dwCertEncodingType,
3230
return
CAPIMethods
.CryptMsgControl(hCryptMsg,
3249
return
CAPIMethods
.CryptMsgCountersign(hCryptMsg,
3270
return
CAPIMethods
.CryptMsgOpenToEncode(dwMsgEncodingType,
3294
return
CAPIMethods
.CryptMsgOpenToEncode(dwMsgEncodingType,
3325
return
CAPIMethods
.CertSetCertificateContextProperty(pCertContext, dwPropId, dwFlags, pvData);
3351
return
CAPIMethods
.CertSetCertificateContextProperty(pCertContext, dwPropId, dwFlags, pvData);
3379
return
CAPIMethods
.CertSetCertificateContextProperty(pCertContext, dwPropId, dwFlags, safeLocalAllocHandle);
3391
return
CAPIMethods
.CertDuplicateCertificateContext(pCertContext);
3403
return
CAPIMethods
.CertDuplicateCertificateContext(pCertContext);
3426
IntPtr handle =
CAPIMethods
.CertEnumCertificatesInStore(hCertStore, pPrevCertContext);
3430
CAPIMethods
.CertFreeCertificateContext(handle);
3457
SafeCertContextHandle safeCertContextHandle =
CAPIMethods
.CertEnumCertificatesInStore(hCertStore, pPrevCertContext);
3511
result =
CAPIMethods
.CryptQueryObject(dwObjectType,
3576
result =
CAPIMethods
.CryptQueryObject(dwObjectType,
3647
safeCertStoreHandle =
CAPIMethods
.PFXImportCertStore(new IntPtr(&certBlob),
3710
return
CAPIMethods
.CertAddCertificateContextToStore(hCertStore,
3745
return
CAPIMethods
.CertAddCertificateLinkToStore(hCertStore,
3772
return
CAPIMethods
.CertDeleteCertificateFromStore(pCertContext);
3821
return
CAPIMethods
.CertOpenStore(lpszStoreProvider,
3848
return
CAPIMethods
.CertFindCertificateInStore(hCertStore,
3882
return
CAPIMethods
.PFXExportCertStore(hCertStore,
3913
return
CAPIMethods
.CertSaveStore(hCertStore,