Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICert::getFingerprintHexStrW ( P6DIGESTS  nDigest,
P6WCHAR pBuffer,
P6SIZE  cBuffer,
P6SIZE pcWritten 
)
pure virtual

This method is used to get a fingerprint (using the requested digest method) for the certificate.

It returns the fingerprint encoded as a wide character hex string.

Parameters
nDigest[ in ] The digest method (defined in p6crypto.h) to use to generate the fingerprint.
pBuffer[ out ] The address of a buffer in which will be placed the fingerprint data on success.
cBuffer[ in ] The size in characters of pBuffer.
pcWritten[ out ] (optional) The address of a P6SIZE in which will be placed the number of characters written to pBuffer on success.
Returns