CertViewProperties function
[The CertViewProperties function is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use the CryptUIDlgViewContext function.]
The CertViewProperties function displays the properties for a certificate in a user interface (UI) dialog box. This function has no associated import library. You must use the LoadLibrary and GetProcAddress functions to dynamically link to CryptDlg.dll.
Syntax
BOOL CertViewProperties( _In_ CERT_VIEWPROPERTIES_STRUCT *pCertViewInfo );
Parameters
- pCertViewInfo [in]
-
A pointer to a CERT_VIEWPROPERTIES_STRUCT structure that contains the information about the certificate to view.
Return value
The return value is TRUE if the function is successful; FALSE if the function fails.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
DLL |
|
|
Unicode and ANSI names |
CertViewPropertiesW (Unicode) and CertViewPropertiesA (ANSI) |