Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
NetworkCredential | GetCredential (Uri? uri, string? authenticationType) |
NetworkCredential | GetCredential (string? host, int port, string? authenticationType) |
NetworkCredential? | GetCredential (Uri uri, string authType) |
NetworkCredential? | GetCredential (string host, int port, string authenticationType) |
Static Package Attributes | |
static readonly SystemNetworkCredential | s_defaultCredential = new SystemNetworkCredential() |
Properties | |
string | UserName [get, set] |
string | Password [get, set] |
SecureString | SecurePassword [get, set] |
string | Domain [get, set] |
Private Member Functions | |
SystemNetworkCredential () | |
string | MarshalToString (SecureString sstr) |
unsafe SecureString | MarshalToSecureString (string str) |
Private Attributes | |
string | _domain |
string | _userName = string.Empty |
object | _password |
Definition at line 3 of file SystemNetworkCredential.cs.