1 instantiation of TlsBufferSession
System.Net.Security (1)
System\Net\Security\SslStream.TlsSessionWedge.cs (1)
28_tlsSession = new TlsBufferSession();
14 references to TlsBufferSession
System.Net.Security (14)
System\Net\Security\SslStream.TlsSessionWedge.cs (1)
20private TlsBufferSession? _tlsSession;
System\Net\Security\TlsContext.cs (2)
107/// to defer server configuration: the first <see cref="TlsBufferSession.Handshake"/> 145/// handshake reaches the point at which the peer cert is available, <see cref="TlsBufferSession.Handshake"/>
System\Net\Security\TlsOperationStatus.cs (2)
19/// On the buffered APIs (<see cref="TlsBufferSession"/>) this means the caller's 22/// <see cref="TlsBufferSession.DrainPendingOutput"/>. On the socket-bound APIs
System\Net\Security\TlsSession.cs (9)
38/// pending-output buffer and drained via <see cref="TlsBufferSession.DrainPendingOutput"/>. 303/// external validation result (after <see cref="TlsBufferSession.Handshake"/> returned 323/// Must be called only after <see cref="TlsBufferSession.Handshake"/> returned 398/// subsequent calls to <see cref="TlsBufferSession.Handshake"/>, <see cref="TlsBufferSession.Write"/>, 399/// and <see cref="TlsBufferSession.Read"/> to throw <see cref="AuthenticationException"/>. 596/// once before <see cref="TlsBufferSession.Handshake"/> or its socket-bound 1393/// must then continue normal <see cref="TlsBufferSession.Read"/> / <see cref="TlsBufferSession.Write"/>