Home
last modified time | relevance | path

Searched refs:AllowNoEncryption (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DServerAllowNoEncryptionTest.cs40 new IPEndPoint(IPAddress.Loopback, 0), EncryptionPolicy.AllowNoEncryption)) in ServerAllowNoEncryption_ClientRequireEncryption_ConnectWithEncryption()
61 new IPEndPoint(IPAddress.Loopback, 0), EncryptionPolicy.AllowNoEncryption)) in ServerAllowNoEncryption_ClientAllowNoEncryption_ConnectWithEncryption()
66 …am(client.GetStream(), false, AllowAnyServerCertificate, null, EncryptionPolicy.AllowNoEncryption)) in ServerAllowNoEncryption_ClientAllowNoEncryption_ConnectWithEncryption()
82 new IPEndPoint(IPAddress.Loopback, 0), EncryptionPolicy.AllowNoEncryption)) in ServerAllowNoEncryption_ClientNoEncryption_ConnectWithNoEncryption()
H A DClientDefaultEncryptionTest.cs61 new IPEndPoint(IPAddress.Loopback, 0), EncryptionPolicy.AllowNoEncryption)) in ClientDefaultEncryption_ServerAllowNoEncryption_ConnectWithEncryption()
H A DServerRequireEncryptionTest.cs64 …am(client.GetStream(), false, AllowAnyServerCertificate, null, EncryptionPolicy.AllowNoEncryption)) in ServerRequireEncryption_ClientAllowNoEncryption_ConnectWithEncryption()
H A DServerNoEncryptionTest.cs62 …am(client.GetStream(), false, AllowAnyServerCertificate, null, EncryptionPolicy.AllowNoEncryption)) in ServerNoEncryption_ClientAllowNoEncryption_ConnectWithNoEncryption()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Security/
H A DEncryptionPolicy.cs33 AllowNoEncryption, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/UnitTests/
H A DSslAuthenticationOptionsTests.cs152 _clientOptions.EncryptionPolicy = EncryptionPolicy.AllowNoEncryption; in EncryptionPolicy_Get_Set_Succeeds()
155 Assert.Equal(EncryptionPolicy.AllowNoEncryption, _clientOptions.EncryptionPolicy); in EncryptionPolicy_Get_Set_Succeeds()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSslServerAuthenticationOptions.cs59 … != EncryptionPolicy.RequireEncryption && value != EncryptionPolicy.AllowNoEncryption && value != …
H A DSslClientAuthenticationOptions.cs57 … != EncryptionPolicy.RequireEncryption && value != EncryptionPolicy.AllowNoEncryption && value != …
H A DSslStreamPal.Windows.cs157 … && (policy != EncryptionPolicy.AllowNoEncryption) && (policy != EncryptionPolicy.NoEncryption)) in AcquireCredentialsHandle()
422 else if (policy == EncryptionPolicy.AllowNoEncryption) in CreateSecureCredential()
H A DSslStream.cs22 AllowNoEncryption, enumerator
74 …ionPolicy.RequireEncryption && encryptionPolicy != EncryptionPolicy.AllowNoEncryption && encryptio… in SslStream()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Interface/
H A DMonoTlsProvider.cs60 AllowNoEncryption, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A DSslStream.cs47 AllowNoEncryption, enumerator
94 …ionPolicy.RequireEncryption && encryptionPolicy != EncryptionPolicy.AllowNoEncryption && encryptio… in SslStream()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Security.Cryptography.Native/
H A Dpal_ssl.h27 AllowNoEncryption, enumerator
H A Dpal_ssl.cpp525 case EncryptionPolicy::AllowNoEncryption: in CryptoNative_SetEncryptionPolicy()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/Pal.OSX/
H A DSafeDeleteSslContext.cs63 case EncryptionPolicy.AllowNoEncryption: in CreateSslContext()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/ref/
H A DSystem.Net.Security.cs30 AllowNoEncryption = 1, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_SecureChannel.cs802 …&& (m_EncryptionPolicy != EncryptionPolicy.AllowNoEncryption) && (m_EncryptionPolicy != Encryption… in AcquireClientCredentials()
H A DInternal.cs1425 else if (policy == EncryptionPolicy.AllowNoEncryption) { in SecureCredential()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Security.cs1038 AllowNoEncryption = 1, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Security.cs1040 AllowNoEncryption = 1, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DMono.Security.cs1038 AllowNoEncryption = 1, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DMono.Security.cs1047 AllowNoEncryption = 1, enumerator
H A DSystem.cs7890 AllowNoEncryption = 1, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs7814 AllowNoEncryption = 1, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs7812 AllowNoEncryption = 1, enumerator

12