for_service


Description:

[ CCode ( cname = "camel_sasl_new" ) ]
public static Sasl? for_service (string service_name, string mechanism, Service service)

Parameters:

service_name

the SASL service name

mechanism

the SASL mechanism

service

the CamelService that will be using this SASL

Returns:

a new Sasl object for the given service_name, mechanism, and service, or null if the mechanism is not supported.