set_auth_mechanism


Description:

[ Version ( since = "3.4" ) ]
public void set_auth_mechanism (string? auth_mechanism)

Sets the mechanism name used to authenticate to a network service.

Often this refers to a SASL mechanism such as "LOGIN" or "GSSAPI". The auth_mechanism property is automatically stripped of leading and trailing whitespace.

Parameters:

this

a NetworkSettings

auth_mechanism

an authentication mechanism name, or null