Packages
libesmtp
Smtp
AuthContext
client_enabled
get_ssf
mechanism_name
response
set_external_id
set_interact_cb
set_mechanism
set_mechanism_flags
set_mechanism_ssf
AuthContext
Object Hierarchy:
Smtp.AuthContext
Smtp.AuthContext
Smtp.AuthContext
Description:
[
SimpleType
]
[
CCode
( cname =
"auth_context_t"
, free_function =
"auth_destroy_context"
, has_type_id =
false
) ]
public
struct
AuthContext
Namespace:
Smtp
Package:
libesmtp
Content:
Methods:
public
int
client_enabled
()
public
int
get_ssf
()
public
string
mechanism_name
()
public
string
response
(
string
challenge,
int
len)
public
int
set_external_id
(
string
identity)
public
int
set_interact_cb
(
AuthInteract
interact)
public
int
set_mechanism
(
string
name)
public
int
set_mechanism_flags
(
uint
@set,
uint
clear)
public
int
set_mechanism_ssf
(
int
min_ssf)