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.]
Applies to: desktop apps only
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.
Note 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 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
DLL |
|
|
Unicode and ANSI names | CertViewPropertiesW (Unicode) and CertViewPropertiesA (ANSI) |
Send comments about this topic to Microsoft
Build date: 3/6/2012