Method | Description | |
---|---|---|
CreateCredentials ( string user, string password, string domain ) : |
||
Deserialize ( string info ) : KeePass.Sources.Web.WebUrlInfo | ||
Download ( string url, ICredentials credentials, Action |
||
Serialize ( |
public static CreateCredentials ( string user, string password, string domain ) : |
||
user | string | |
password | string | |
domain | string | |
return |
public static Deserialize ( string info ) : KeePass.Sources.Web.WebUrlInfo | ||
info | string | |
return | KeePass.Sources.Web.WebUrlInfo |
public static Download ( string url, ICredentials credentials, Action |
||
url | string | |
credentials | ICredentials | |
report | Action |
|
return | void |
public static Serialize ( |
||
request | ||
return | string |