Home
last modified time | relevance | path

Searched refs:net_auth_eof (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSslState.cs873 throw new IOException(SR.net_auth_eof); in StartReadFrame()
891 throw new AuthenticationException(SR.net_auth_eof, null); in StartReadFrame()
924 throw new AuthenticationException(SR.net_auth_eof, null); in ProcessReceivedBlob()
H A DNegoState.cs594 throw new AuthenticationException(SR.net_auth_eof, null); in ProcessReceivedBlob()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A D_SslState.cs884 throw new IOException(SR.GetString(SR.net_auth_eof)); in StartReadFrame()
901 throw new AuthenticationException(SR.GetString(SR.net_auth_eof), null); in StartReadFrame()
934 throw new AuthenticationException(SR.GetString(SR.net_auth_eof), null); in ProcessReceivedBlob()
H A D_NegoState.cs638 throw new AuthenticationException(SR.GetString(SR.net_auth_eof), null); in ProcessReceivedBlob()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Net.Security/
H A DMobileAuthenticatedStream.cs606 throw new IOException (SR.net_auth_eof); in ProcessHandshake()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs595 …public const string net_auth_eof = "Authentication failed because the remote party has closed the … field in SR