Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.SystemNetworkCredential Class Referencesealed

Public Member Functions

NetworkCredential GetCredential (Uri? uri, string? authenticationType)
 
NetworkCredential GetCredential (string? host, int port, string? authenticationType)
 
NetworkCredentialGetCredential (Uri uri, string authType)
 
NetworkCredentialGetCredential (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
 

Detailed Description

Definition at line 3 of file SystemNetworkCredential.cs.


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