Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTxClientSSLBrokerIssuerDistinguishedName
 
awGetTxClientSSLBrokerIssuerDistinguishedName
BrokerError awGetTxClientSSLBrokerIssuerDistinguishedName(
BrokerTxClient txclient,
char **distinguished_name);
Get the secure socket distinguished name of the issuer of the Broker's certificate. The caller is responsible for freeing the output value.
Possible BrokerError major codes
Meaning
AW_ERROR_BAD_STATE
The txclient is not using a secure socket connection.
AW_ERROR_INVALID_CLIENT
The txclient has been destroyed or disconnected.
AW_ERROR_NULL_PARAM
The parameter n is NULL.