SourceSecurity
Object Hierarchy:
E.SourceSecurity
E.SourceSecurity
E.SourceSecurity
E.SourceExtension
E.SourceExtension
E.SourceExtension->E.SourceSecurity
GLib.Object
GLib.Object
GLib.Object->E.SourceExtension
Description:
[
CCode ( type_id =
"e_source_security_get_type ()" ) ]
[
Version ( since =
"3.6" ) ]
public class SourceSecurity :
SourceExtension
Contains only private data that should be read and manipulated using the functions below.
Content:
Properties:
Creation methods:
Methods:
public string dup_method ()
public unowned string get_method ()
Returns the method used to establish a secure network connection to a remote
account.
public bool get_secure ()
This is a convenience function which returns whether a secure network
connection is desired, regardless of the method used.
public void set_method (string ? method)
Sets the method used to establish a secure network connection to a remote
account.
public void set_secure (bool secure)
This function provides a simpler way to set
method when using a secure network connection is a yes or no
option and the exact method name is unimportant.
Inherited Members:
All known members inherited from class E.SourceExtension
All known members inherited from class GLib.Object