set_method


Description:

public void set_method (string? method)

Sets the method used to establish a secure network connection to a remote account.

There are no pre-defined method names; backends are free to set this however they wish. If a secure connection is not desired, the convention is to set method to "none". In keeping with that convention, method will be set to "none" if method is null or an empty string.

Parameters:

this

an SourceSecurity

method

security method, or null