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.NetworkCredential Class Reference
+ Inheritance diagram for System.Net.NetworkCredential:
+ Collaboration diagram for System.Net.NetworkCredential:

Public Member Functions

 NetworkCredential ()
 
 NetworkCredential (string userName, string password)
 
 NetworkCredential (string userName, SecureString password)
 
 NetworkCredential (string userName, string password, string domain)
 
 NetworkCredential (string userName, SecureString password, string domain)
 
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 ()
 

Properties

string UserName [get, set]
 
string Password [get, set]
 
SecureString SecurePassword [get, set]
 
string Domain [get, set]
 

Private Attributes

string m_domain
 
string m_userName
 
SecureString m_password
 

Detailed Description

Definition at line 11 of file NetworkCredential.cs.


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