1 write to _tlsSession
System.Net.Security (1)
System\Net\Security\SslStream.TlsSessionWedge.cs (1)
28_tlsSession = new TlsBufferSession();
12 references to _tlsSession
System.Net.Security (12)
System\Net\Security\SslStream.TlsSessionWedge.cs (12)
24if (_tlsSession is null) 29_tlsSession.SetContext(ctx); 35_tlsSession.SuppressInternalCertificateValidation = true; 72_tlsSession!.CredentialsHandle = _credentialsHandle; 75token = _tlsSession!.HandshakeStepForSslStream(incomingBuffer, out consumed); 84_tlsSession.CredentialsHandle!, 85_tlsSession.SecurityContext!, 91token = _tlsSession.HandshakeStepForSslStream(ReadOnlySpan<byte>.Empty, out _); 110_tlsSession.CredentialsHandle = _credentialsHandle; 112token = _tlsSession.HandshakeStepForSslStream(ReadOnlySpan<byte>.Empty, out _); 117_securityContext = _tlsSession.SecurityContext; 118_credentialsHandle = _tlsSession.CredentialsHandle;