|
|
|
|
|
|
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| wintrust.h
| Unicode
| No
| Platform Notes
| None
|
|
|
WinTrustProviderSubmitCertificate
[New - Windows NT]
The WinTrustProviderSubmitCertificate function passes a WIN_CERTIFICATE structure to a trust provider. When an application calls the WinSubmitCertificate function, WinTrust loads and calls the WinTrustProviderSubmitCertificate function of all registered trust providers.
VOID WinTrustProviderSubmitCertificate (
LPWIN_CERTIFICATE lpCertificate
| // pointer to the certificate
| );
|
|
Parameters
lpCertificate
Pointer to a WIN_CERTIFICATE structure that may contain a certificate of interest to the trust provider.
Return Values
None.
Remarks
Each trust provider can either save the certificate for future use, or ignore
it.
WinTrust calls the WinTrustProviderSubmitCertificate function only on the client component of the trust provider.
Each trust provider must implement the WinTrustProviderSubmitCertificate function. The trust provider provides WinTrust with a pointer to its
implementation when WinTrust calls the trust provider's WinTrustProviderClientInitialize initialization function.
The LPWINTRUST_PROVIDER_SUBMIT_CERTIFICATE type is a pointer to a WinTrustProviderSubmitCertificate function.
See Also
WIN_CERTIFICATE, WinTrustProviderClientInitialize
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|