Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
struct | AuthenticationChallenge |
class | DigestResponse |
Static Package Functions | |
static bool | IsSessionAuthenticationChallenge (HttpResponseMessage response) |
Properties | |
static bool | UsePortInSpn [get] |
Private Types | |
enum | AuthenticationType { Basic , Digest , Ntlm , Negotiate } |
Static Private Attributes | |
static readonly int[] | s_alphaNumChooser = new int[3] { 48, 65, 97 } |
static volatile int | s_usePortInSpn = -1 |
Definition at line 12 of file AuthenticationHelper.cs.