Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICert2::isEquals ( p6ICert pOtherCert,
P6BOOL pbEqual 
)
pure virtual

Is the certificate in the 'pOtherCert' parameter the same as the certificate stored in this component.

Parameters
pOtherCert[ in ] The certificates are compared byte for byte
pbEqual[ out ] P6TRUE means both certificates are the same
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eInvalidArgOne of the parameters is NULL.