INTERNET_CERTIFICATE_INFO (Windows CE 5.0)
This structure contains certificate information returned from the server. This structure is used by the InternetQueryOption function.
typedef struct {FILETIMEftExpiry;FILETIMEftStart;LPTSTRlpszSubjectInfo;LPTSTRlpszIssuerInfo;LPTSTRlpszProtocolName;LPTSTRlpszSignatureAlgName;LPTSTRlpszEncryptionAlgName;DWORDdwKeySize;} INTERNET_CERTIFICATE_INFO, *LPINTERNET_CERTIFICATE_INFO;
Members
- ftExpiry
FILETIME structure that contains the date the certificate expires. - ftStart
FILETIME structure that contains the date the certificate becomes valid. - lpszSubjectInfo
Pointer to a buffer that contains the name of the organization, site, and server for which the certificate was issued. - lpszIssuerInfo
Pointer to a buffer that contains the name of the organization, site, and server that issued the certificate. - lpszProtocolName
Pointer to a buffer that contains the name of the protocol used to provide the secure connection. - lpszSignatureAlgName
Pointer to a buffer that contains the name of the algorithm used for signing the certificate. - lpszEncryptionAlgName
Pointer to a buffer that contains the name of the algorithm used for doing encryption over the secure channel (SSL/TLS) connection. - dwKeySize
Unsigned long integer value that contains the size, in TCHAR, of the key.
Remarks
Applications requesting this information must free pointers that are allocated and placed in the returned structure.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Wininet.h.
See Also
InternetQueryOption | FILETIME | WinInet Structures
Send Feedback on this topic to the authors