Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AuthenticateAsClientAsync() [5/5]

virtual Task System.Net.Security.NegotiateStream.AuthenticateAsClientAsync ( NetworkCredential credential,
string targetName,
ProtectionLevel requiredProtectionLevel,
TokenImpersonationLevel allowedImpersonationLevel )
inlinevirtual

Definition at line 407 of file NegotiateStream.cs.

408 {
409 return AuthenticateAsClientAsync(credential, null, targetName, requiredProtectionLevel, allowedImpersonationLevel);
410 }

References System.Net.Security.NegotiateStream.AuthenticateAsClientAsync().