Home
last modified time | relevance | path

Searched refs:Ssl2 (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A DSslEnumTypes.cs26 Ssl2 = SchProtocols.Ssl2, enumerator
H A D_SslState.cs373 if ((proto & SslProtocols.Ssl2) != 0) {
374 proto |= SslProtocols.Ssl2;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Tls/
H A DSecurityProtocolType.cs34 Ssl2 = 12, enumerator
H A DCipherSuiteFactory.cs42 case SecurityProtocolType.Ssl2: in GetSupportedCiphers()
H A DCipherSuiteCollection.cs218 case SecurityProtocolType.Ssl2: in Add()
H A DContext.cs166 case SecurityProtocolType.Ssl2:
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Net.Security/
H A DLegacySslStream.cs293 case MonoSecurityProtocolType.Ssl2:
294 return SslProtocols.Ssl2;
422 case SslProtocols.Ssl2: in GetMonoSslProtocol()
423 return MonoSecurityProtocolType.Ssl2; in GetMonoSslProtocol()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/tests/FunctionalTests/
H A DHttpClientHandlerTest.SslProtocols.cs75 [InlineData(SslProtocols.Ssl2)]
77 [InlineData(SslProtocols.Ssl2 | SslProtocols.Ssl3)]
78 …[InlineData(SslProtocols.Ssl2 | SslProtocols.Ssl3 | SslProtocols.Tls | SslProtocols.Tls11 | SslPro…
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/
H A DSecurityProtocolType.cs40 Ssl2 = 12, enumerator
H A DCipherSuiteCollection.cs67 case SecurityProtocolType.Ssl2: in CipherSuiteCollection()
H A DCipherSuiteFactory.cs49 case SecurityProtocolType.Ssl2: in GetSupportedCiphers()
H A DContext.cs168 case SecurityProtocolType.Ssl2:
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Authentication/
H A DSslProtocols.cs37 Ssl2 = 12, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSslConnectionInfo.Unix.cs52 return SslProtocols.Ssl2; in MapProtocolVersion()
H A DSslState.cs344 if ((proto & SslProtocols.Ssl2) != 0)
346 ret |= SslProtocols.Ssl2;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/
H A DSslProtocolSupport.cs22 SslProtocols.Ssl2
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Protocol.Tls.Handshake/
H A DHandshakeMessage.cs112 case SecurityProtocolType.Ssl2: in Process()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Tls.Handshake/
H A DHandshakeMessage.cs112 case SecurityProtocolType.Ssl2: in Process()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/SecureProtocols/
H A DSslEnumTypes.cs14 Ssl2 = Interop.SChannel.SP_PROT_SSL2, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Unix/
H A DCurlHandler.SslProvider.cs225 protocols = ~(SslProtocols.Ssl2 | SslProtocols.Ssl3); in SslCtxCallback()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/ref/
H A DSystem.Net.Primitives.cs476 Ssl2 = 12, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DSspiWrapper.cs26 Ssl2 = (Ssl2Client | Ssl2Server), enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_SSPIWrapper.cs723 Ssl2 = (Ssl2Client | Ssl2Server), enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Security.cs1291 Ssl2 = 12, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Security.cs1293 Ssl2 = 12, enumerator

12