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

◆ Renegotiate()

static SecurityStatusPal System.Net.Security.SslStreamPal.Renegotiate ( ref SafeFreeCredentials credentialsHandle,
ref SafeDeleteSslContext context,
SslAuthenticationOptions sslAuthenticationOptions,
out byte[] outputBuffer )
inlinestatic

Definition at line 68 of file SslStreamPal.cs.

69 {
70 byte[] outputBuffer2 = Array.Empty<byte>();
72 outputBuffer = outputBuffer2;
73 return result;
74 }
static SecurityStatusPal AcceptSecurityContext(ref SafeFreeCredentials credentialsHandle, ref SafeDeleteSslContext context, ReadOnlySpan< byte > inputBuffer, ref byte[] outputBuffer, SslAuthenticationOptions sslAuthenticationOptions)

References System.Net.Security.SslStreamPal.AcceptSecurityContext().

Referenced by System.Net.Security.SecureChannel.Renegotiate().