terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
NetworkCredential | GetCredential (Uri uri, string authType) |
NetworkCredential | GetCredential (string host, int port, string authenticationType) |
Package Functions | |
string | InternalGetUserName () |
string | InternalGetPassword () |
SecureString | InternalGetSecurePassword () |
string | InternalGetDomain () |
string | InternalGetDomainUserName () |
Static Package Attributes | |
static readonly SystemNetworkCredential | defaultCredential |
Properties | |
string | UserName [get, set] |
string | Password [get, set] |
SecureString | SecurePassword [get, set] |
string | Domain [get, set] |
Private Member Functions | |
SystemNetworkCredential () | |
Static Private Member Functions | |
static | SystemNetworkCredential () |
Private Attributes | |
string | m_domain |
string | m_userName |
SecureString | m_password |
Definition at line 8 of file SystemNetworkCredential.cs.