The WinTrustSubjectGetCertHeader function retrieves the header part of a WIN_CERTIFICATE structure from the specified subject. The caller specifies the type of certificate to retrieve. The returned information does not include the data in the bCertificate member of the WIN_CERTIFICATE structure.
BOOL WinTrustSubjectGetCertHeader(
LPWIN_TRUST_SIP_SUBJECT lpSubject, |
// pointer to description of the subject |
DWORD dwCertificateIndex, |
// type of certificate to retrieve |
LPWIN_CERTIFICATE lpCertificateHeader |
// pointer to a buffer that receives the certificate header |
); |
If the function succeeds, the return value is a nonzero value.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
A trust provider calls the WinTrust implementation of the WinTrustSubjectGetCertHeader function. WinTrust then calls the WinTrustSubjectGetCertHeader implementation of the appropriate Subject Interface Package (SIP). The appropriate SIP is the one registered to handle the type of subject specified by the lpSubject parameter.
Each Subject Interface Package (SIP) DLL must implement the WinTrustSubjectGetCertHeader function. WinTrust gets a pointer to the SIP’s WinTrustSubjectGetCertHeader implementation when WinTrust calls the SIP’s WinTrustSipInitialize initialization function.
The LPWINTRUST_SUBJECT_GET_CERT_HEADER type is a pointer to a WinTrustSubjectGetCertHeader function.
WIN_CERTIFICATE, WIN_TRUST_SIP_SUBJECT, WinTrustSipInitialize, WinTrustSubjectEnumCertificates
file: /Techref/os/win/api/win32/func/src/f91_29.htm, 3KB, , updated: 2000/4/7 11:13, local time: 2024/11/8 08:39,
3.145.70.154: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://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f91_29.htm"> WinTrustSubjectGetCertHeader</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.