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)
20
private
TlsBufferSession
? _tlsSession;
System\Net\Security\TlsContext.cs (2)
117
/// to defer server configuration: the first <see cref="
TlsBufferSession
.Handshake"/>
155
/// 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"/>.
309
/// external validation result (after <see cref="
TlsBufferSession
.Handshake"/> returned
329
/// Must be called only after <see cref="
TlsBufferSession
.Handshake"/> returned
404
/// subsequent calls to <see cref="
TlsBufferSession
.Handshake"/>, <see cref="
TlsBufferSession
.Write"/>,
405
/// and <see cref="
TlsBufferSession
.Read"/> to throw <see cref="AuthenticationException"/>.
602
/// once before <see cref="
TlsBufferSession
.Handshake"/> or its socket-bound
1399
/// must then continue normal <see cref="
TlsBufferSession
.Read"/> / <see cref="
TlsBufferSession
.Write"/>