Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetClientSSLBrokerIssuerDistinguishedName
 
awGetClientSSLBrokerIssuerDistinguishedName
BrokerError awGetClientSSLBrokerIssuerDistinguishedName(
BrokerClient client,
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 client is not using a secure socket connection.
AW_ERROR_INVALID_CLIENT
The client has been destroyed or disconnected.
AW_ERROR_NULL_PARAM
The parameter n is NULL.