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

◆ BeginAuthenticateAsServer() [2/4]

virtual IAsyncResult System.Net.Security.NegotiateStream.BeginAuthenticateAsServer ( ExtendedProtectionPolicy? policy,
AsyncCallback? asyncCallback,
object? asyncState )
inlinevirtual

Definition at line 351 of file NegotiateStream.cs.

352 {
353 return BeginAuthenticateAsServer((NetworkCredential)CredentialCache.DefaultCredentials, policy, ProtectionLevel.EncryptAndSign, TokenImpersonationLevel.Identification, asyncCallback, asyncState);
354 }
virtual IAsyncResult BeginAuthenticateAsServer(AsyncCallback? asyncCallback, object? asyncState)

References System.Net.Security.NegotiateStream.BeginAuthenticateAsServer(), and System.Net.CredentialCache.DefaultCredentials.