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
Loading...
Searching...
No Matches
System.Net.SystemNetworkCredential Class Reference
+ Inheritance diagram for System.Net.SystemNetworkCredential:
+ Collaboration diagram for System.Net.SystemNetworkCredential:

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
 

Detailed Description

Definition at line 8 of file SystemNetworkCredential.cs.


The documentation for this class was generated from the following file: