HP Operations Manager for Windows

OV_TrustedCertificates::getCertificate()
OV_TrustedCertificates::getCertificate_Trans()


sint32 getCertificate(
[in] string Subject_CN,
[out] string Certificate)

Parameters

Subject_CN
Public key of the certificate.
Certificate
Requested certificate PEM (Privacy Enhanced Mail).

Calling Convention

These methods can be called from a WMI class or instance object.

Description

Returns the certificate specified by the public key. If everything goes OK, it returns 0. Otherwise, it returns -1.

Return Value

None.

Extended Status Codes

None.