Ejemplo n.º 1
0
 internal static extern bool CertSetCertificateContextProperty(
     SafeCertContextHandle certificateContext,
     uint propertyId,
     uint flags,
     [In] ref CRYPT_KEY_PROV_INFO data);
Ejemplo n.º 2
0
 internal static extern bool CertAddCertificateContextToStore(
     SafeCertStoreHandle certificateStoreHandle,
     SafeCertContextHandle certificateContext,
     uint addDisposition,
     out SafeCertContextHandle storeContextPtr);