80 lines
1.7 KiB
Modula-2
80 lines
1.7 KiB
Modula-2
|
;+-------------------------------------------------------------------------
|
||
|
;
|
||
|
; Microsoft Windows
|
||
|
;
|
||
|
; Copyright (C) Microsoft Corporation, 1997 - 1999
|
||
|
;
|
||
|
; File: cryptui.def
|
||
|
;
|
||
|
;--------------------------------------------------------------------------
|
||
|
|
||
|
LIBRARY CRYPTUI
|
||
|
EXPORTS
|
||
|
CryptUIDlgViewCertificateW
|
||
|
CryptUIDlgViewCertificateA
|
||
|
|
||
|
CryptUIDlgViewCertificatePropertiesW
|
||
|
CryptUIDlgViewCertificatePropertiesA
|
||
|
|
||
|
CryptUIGetCertificatePropertiesPagesW
|
||
|
CryptUIGetCertificatePropertiesPagesA
|
||
|
CryptUIFreeCertificatePropertiesPagesW
|
||
|
CryptUIFreeCertificatePropertiesPagesA
|
||
|
|
||
|
CryptUIDlgViewCTLW
|
||
|
CryptUIDlgViewCTLA
|
||
|
|
||
|
CryptUIDlgViewCRLW
|
||
|
CryptUIDlgViewCRLA
|
||
|
|
||
|
CryptUIDlgViewSignerInfoW
|
||
|
CryptUIDlgViewSignerInfoA
|
||
|
|
||
|
CryptUIGetViewSignaturesPagesW
|
||
|
CryptUIGetViewSignaturesPagesA
|
||
|
CryptUIFreeViewSignaturesPagesW
|
||
|
CryptUIFreeViewSignaturesPagesA
|
||
|
|
||
|
CryptUIDlgSelectStoreW
|
||
|
CryptUIDlgSelectStoreA
|
||
|
|
||
|
CryptUIDlgSelectCertificateW
|
||
|
CryptUIDlgSelectCertificateA
|
||
|
|
||
|
CryptUIDlgSelectCA
|
||
|
CryptUIDlgFreeCAContext
|
||
|
|
||
|
CryptUIDlgCertMgr
|
||
|
CryptUIStartCertMgr
|
||
|
|
||
|
CryptUIWizCertRequest
|
||
|
CryptUIWizImport
|
||
|
CryptUIWizExport
|
||
|
CryptUIWizBuildCTL
|
||
|
RetrievePKCS7FromCA
|
||
|
WizardFree
|
||
|
CryptUIWizDigitalSign
|
||
|
CryptUIWizFreeDigitalSignContext
|
||
|
LocalEnroll
|
||
|
EnrollmentCOMObjectFactory_getInstance
|
||
|
|
||
|
|
||
|
I_CryptUIProtect
|
||
|
I_CryptUIProtectFailure
|
||
|
|
||
|
|
||
|
DllRegisterServer PRIVATE
|
||
|
DllUnregisterServer PRIVATE
|
||
|
|
||
|
|
||
|
ACUIProviderInvokeUI
|
||
|
LocalEnrollNoDS
|
||
|
|
||
|
CryptUIWizCreateCertRequestNoDS
|
||
|
CryptUIWizSubmitCertRequestNoDS
|
||
|
CryptUIWizFreeCertRequestNoDS
|
||
|
CryptUIWizQueryCertRequestNoDS
|
||
|
|
||
|
CryptUIDlgViewContext
|
||
|
CryptUIDlgSelectCertificateFromStore
|