The WinSubmitCertificate function passes a WIN_CERTIFICATE structure to all trust providers registered with the WinTrust service.
BOOL WinSubmitCertificate(
LPWIN_CERTIFICATE lpCertificate |
// pointer to a WIN_CERTIFICATE structure |
); |
If the function succeeds, the return value is a nonzero value.
If the lpCertificate parameter is invalid, the return value is zero. To get extended error information, call GetLastError.
A call to WinSubmitCertificate causes WinTrust to load all registered trust providers and submit the certificate to them. Each trust provider can save a copy of the certificate for future use, or discard it. For example, Microsoft’s Software Publisher Trust Provider might save certificates related to software publishing, but discard other certificates. WinSubmitCertificate does not return any indication of whether any trust provider saved the certificate.
file: /Techref/os/win/api/win32/func/src/f91_18.htm, 2KB, , updated: 2000/4/7 11:13, local time: 2024/11/10 02:10,
3.135.184.250:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/func/src/f91_18.htm"> WinSubmitCertificate</A> |
Did you find what you needed? |