Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awSSL | awSSLCertificateToString
 
awSSLCertificateToString
char *awSSLCertificateToString(
BrokerSSLCertificate *cert);
cert
The certificate to be converted to a string.
Returns a pointer to a string containing a human-readable version of the specified SSL certificate
Returns NULL if cert is invalid or if memory could not be allocated.
The caller is responsible for freeing the memory associated with the returned value.
See also: