3 references to HandshakeStarted
System.Net.Security (3)
System\Net\Security\SslStream.Protocol.cs (1)
865
if (token.Status.ErrorCode == SecurityStatusPalErrorCode.
HandshakeStarted
)
System\Net\Security\SslStream.TlsSessionWedge.cs (1)
81
if (token.Status.ErrorCode == SecurityStatusPalErrorCode.
HandshakeStarted
)
System\Net\Security\TlsSession.cs (1)
1002
if (token.Status.ErrorCode == SecurityStatusPalErrorCode.
HandshakeStarted
)