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

◆ BeginAuthenticateAsClient() [5/5]

virtual IAsyncResult System.Net.Security.NegotiateStream.BeginAuthenticateAsClient ( NetworkCredential credential,
string targetName,
ProtectionLevel requiredProtectionLevel,
TokenImpersonationLevel allowedImpersonationLevel,
AsyncCallback? asyncCallback,
object? asyncState )
inlinevirtual

Definition at line 310 of file NegotiateStream.cs.

311 {
312 return BeginAuthenticateAsClient(credential, null, targetName, requiredProtectionLevel, allowedImpersonationLevel, asyncCallback, asyncState);
313 }
virtual IAsyncResult BeginAuthenticateAsClient(AsyncCallback? asyncCallback, object? asyncState)

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