Home
last modified time | relevance | path

Searched refs:checkCertificateRevocation (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DSslStreamSystemDefaultsTest.cs58 …s[0] = AuthenticateClientAsync(serverHost, clientCertificates, checkCertificateRevocation: false, …
132 ….AuthenticateAsClient(targetHost, clientCertificates, protocols.Value, checkCertificateRevocation); in AuthenticateClientAsync()
136 … _clientStream.AuthenticateAsClient(targetHost, clientCertificates, checkCertificateRevocation); in AuthenticateClientAsync()
145 …sServer(serverCertificate, clientCertificateRequired, protocols.Value, checkCertificateRevocation); in AuthenticateServerAsync()
149 …eam.AuthenticateAsServer(serverCertificate, clientCertificateRequired, checkCertificateRevocation); in AuthenticateServerAsync()
160 …ream.BeginAuthenticateAsClient(targetHost, clientCertificates, checkCertificateRevocation, callbac… in AuthenticateClientAsync()
168 …enticateAsServer(serverCertificate, clientCertificateRequired, checkCertificateRevocation, callbac… in AuthenticateServerAsync()
177 …nticateAsClientAsync(targetHost, clientCertificates, protocols.Value, checkCertificateRevocation) : in AuthenticateClientAsync()
178 …clientStream.AuthenticateAsClientAsync(targetHost, clientCertificates, checkCertificateRevocation); in AuthenticateClientAsync()
182 …rAsync(serverCertificate, clientCertificateRequired, protocols.Value, checkCertificateRevocation) : in AuthenticateServerAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A DSslStream.cs131 …t(string targetHost, X509CertificateCollection clientCertificates, bool checkCertificateRevocation) in AuthenticateAsClient() argument
139 …alse, targetHost, enabledSslProtocols, null, clientCertificates, true, checkCertificateRevocation); in AuthenticateAsClient()
154 … bool checkCertificateRevocation, AsyncCallback asyncCallback, in BeginAuthenticateAsClient() argument
164 … SslProtocols enabledSslProtocols, bool checkCertificateRevocation, in BeginAuthenticateAsClient() argument
167 …alse, targetHost, enabledSslProtocols, null, clientCertificates, true, checkCertificateRevocation); in BeginAuthenticateAsClient()
191 bool checkCertificateRevocation) in AuthenticateAsServer() argument
193 …e, clientCertificateRequired, ServicePointManager.DefaultSslProtocols, checkCertificateRevocation); in AuthenticateAsServer()
198 … SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsServer() argument
216 … bool checkCertificateRevocation, AsyncCallback asyncCallback, in BeginAuthenticateAsServer() argument
225 … SslProtocols enabledSslProtocols, bool checkCertificateRevocation, in BeginAuthenticateAsServer() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSslStream.cs154 … bool checkCertificateRevocation, AsyncCallback asyncCallback, object asyncState) in BeginAuthenticateAsClient() argument
160 … SslProtocols enabledSslProtocols, bool checkCertificateRevocation, in BeginAuthenticateAsClient() argument
168 …CertificateRevocationCheckMode = checkCertificateRevocation ? X509RevocationMode.Online : X509Revo… in BeginAuthenticateAsClient()
209 … bool checkCertificateRevocation, AsyncCallback asyncCallback, object asyncState) in BeginAuthenticateAsServer() argument
215 … SslProtocols enabledSslProtocols, bool checkCertificateRevocation, in BeginAuthenticateAsServer() argument
224 …CertificateRevocationCheckMode = checkCertificateRevocation ? X509RevocationMode.Online : X509Revo… in BeginAuthenticateAsServer()
292 …CertificateRevocationCheckMode = checkCertificateRevocation ? X509RevocationMode.Online : X509Revo… in AuthenticateAsClient()
330 …CertificateRevocationCheckMode = checkCertificateRevocation ? X509RevocationMode.Online : X509Revo… in AuthenticateAsServer()
362 targetHost, clientCertificates, checkCertificateRevocation, in AuthenticateAsClientAsync()
397 serverCertificate, clientCertificateRequired, checkCertificateRevocation, in AuthenticateAsServerAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Security/
H A DSslStream.cs152 …teCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsClient() argument
154 …enticateAsClient (targetHost, clientCertificates, enabledSslProtocols, checkCertificateRevocation); in AuthenticateAsClient()
166 …AsClient (targetHost, clientCertificates, enabledSslProtocols, checkCertificateRevocation, asyncCa… in BeginAuthenticateAsClient()
179 … bool clientCertificateRequired, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsServer() argument
181 …er (serverCertificate, clientCertificateRequired, enabledSslProtocols, checkCertificateRevocation); in AuthenticateAsServer()
192 …erCertificate, clientCertificateRequired, enabledSslProtocols, checkCertificateRevocation, asyncCa… in BeginAuthenticateAsServer()
212 …teCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsClientAsync() argument
214 …ateAsClientAsync (targetHost, clientCertificates, enabledSslProtocols, checkCertificateRevocation); in AuthenticateAsClientAsync()
224 …nc (serverCertificate, clientCertificateRequired, enabledSslProtocols, checkCertificateRevocation); in AuthenticateAsServerAsync()
437 …teCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation)
[all …]
H A DSslStream.platformnotsupported.cs86 …teCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsClient() argument
96 …ion clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation, AsyncCa… in BeginAuthenticateAsClient() argument
111 … bool clientCertificateRequired, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsServer() argument
121 …entCertificateRequired, SslProtocols enabledSslProtocols, bool checkCertificateRevocation, AsyncCa… in BeginAuthenticateAsServer() argument
140 …teCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsClientAsync() argument
150 … bool clientCertificateRequired, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsServerAsync() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/UnitTests/
H A DSslStreamAllowedProtocolsTest.cs19 …eCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsClient() argument
92 …teCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsClient() argument
94 …cateAsClientAsync(targetHost, clientCertificates, enabledSslProtocols, checkCertificateRevocation); in AuthenticateAsClient()
106 …teCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsClient() argument
108 …eAsClient(targetHost, clientCertificates, enabledSslProtocols, checkCertificateRevocation, null, n… in AuthenticateAsClient()
120 …teCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsClient() argument
122 …henticateAsClient(targetHost, clientCertificates, enabledSslProtocols, checkCertificateRevocation); in AuthenticateAsClient()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Interface/
H A DIMonoSslStream.cs48 …lection clientCertificates, SSA.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsClient() argument
52 …clientCertificates, SSA.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, AsyncCa… in BeginAuthenticateAsClient() argument
58 … clientCertificateRequired, SSA.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsServer() argument
62 …ertificateRequired, SSA.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, AsyncCa… in BeginAuthenticateAsServer() argument
68 …lection clientCertificates, SSA.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsClientAsync() argument
72 … clientCertificateRequired, SSA.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsServerAsync() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Net.Security/
H A DLegacySslStream.cs334 …ion clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation, AsyncCa… in BeginAuthenticateAsClient() argument
340 s.CheckCertRevocationStatus = checkCertificateRevocation; in BeginAuthenticateAsClient()
397 s.CheckCertRevocationStatus = checkCertificateRevocation; in BeginAuthenticateAsServer()
445 …teCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsClient() argument
448 targetHost, clientCertificates, enabledSslProtocols, checkCertificateRevocation, null, null)); in AuthenticateAsClient()
456 … bool clientCertificateRequired, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsServer() argument
459 …serverCertificate, clientCertificateRequired, enabledSslProtocols, checkCertificateRevocation, nul… in AuthenticateAsServer()
549 …teCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsClientAsync() argument
551 …ple.Create (targetHost, clientCertificates, enabledSslProtocols, checkCertificateRevocation, this); in AuthenticateAsClientAsync()
564 … bool clientCertificateRequired, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsServerAsync() argument
[all …]
H A DMobileAuthenticatedStream.cs134 …teCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsClient() argument
145 …ion clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation, AsyncCa… in BeginAuthenticateAsClient() argument
161 … bool clientCertificateRequired, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsServer() argument
172 …entCertificateRequired, SslProtocols enabledSslProtocols, bool checkCertificateRevocation, AsyncCa… in BeginAuthenticateAsServer() argument
188 …teCollection clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsClientAsync() argument
198 … bool clientCertificateRequired, SslProtocols enabledSslProtocols, bool checkCertificateRevocation) in AuthenticateAsServerAsync() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/ref/
H A DSystem.Net.Security.cs177 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsClient() argument
178 …X509Certificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation) { } in AuthenticateAsClient() argument
180 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsServer() argument
181 …Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation) { } in AuthenticateAsServer() argument
183 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsClientAsync() argument
184 …ertificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation) { throw… in AuthenticateAsClientAsync() argument
187 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsServerAsync() argument
188 …ficate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation) { throw… in AuthenticateAsServerAsync() argument
191 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
192 …ertificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/
H A DHttpsTestClient.cs89 checkCertificateRevocation: false).ConfigureAwait(false); in HttpsRequestAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/Http/
H A DLoopbackServer.cs168 checkCertificateRevocation: false).ConfigureAwait(false); in AcceptSocketAsync()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Security.cs1011 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsClient() argument
1013 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsClientAsync() argument
1015 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsServer() argument
1017 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsServerAsync() argument
1019 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
1021 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsServer() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Security.cs1012 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsClient() argument
1014 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsClientAsync() argument
1016 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsServer() argument
1018 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsServerAsync() argument
1020 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
1022 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsServer() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DMono.Security.cs1011 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsClient() argument
1013 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsClientAsync() argument
1015 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsServer() argument
1017 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsServerAsync() argument
1019 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
1021 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsServer() argument
H A DSystem.cs8038 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsClient() argument
8040 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsClientAsync() argument
8042 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsServer() argument
8044 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsServerAsync() argument
8046 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
8048 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsServer() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DMono.Security.cs1020 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsClient() argument
1022 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsClientAsync() argument
1024 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsServer() argument
1026 … System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation); in AuthenticateAsServerAsync() argument
1028 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
1030 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsServer() argument
H A DSystem.cs8042 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsClient() argument
8044 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsClientAsync() argument
8046 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsServer() argument
8048 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsServerAsync() argument
8050 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
8052 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsServer() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets.Client/src/System/Net/WebSockets/
H A DWebSocketHandle.Managed.cs104 checkCertificateRevocation: false).ConfigureAwait(false); in ConnectAsyncCore()
/dports/lang/mono/mono-5.10.1.57/external/corefx/Documentation/coding-guidelines/
H A Dpackage-projects.md118 …X509Certificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation) { }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs11424 …X509Certificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation) { } in AuthenticateAsClient() argument
11425 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsClient() argument
11429 …ertificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation) { throw… in AuthenticateAsClientAsync() argument
11431 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsClientAsync() argument
11433 …Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation) { } in AuthenticateAsServer() argument
11434 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsServer() argument
11438 …ficate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation) { throw… in AuthenticateAsServerAsync() argument
11440 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsServerAsync() argument
11444 …ertificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
11446 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs11399 …X509Certificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation) { } in AuthenticateAsClient() argument
11400 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsClient() argument
11404 …ertificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation) { throw… in AuthenticateAsClientAsync() argument
11406 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsClientAsync() argument
11408 …Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation) { } in AuthenticateAsServer() argument
11409 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsServer() argument
11413 …ficate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation) { throw… in AuthenticateAsServerAsync() argument
11415 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsServerAsync() argument
11419 …ertificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
11421 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs7925 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsClient() argument
7927 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsClientAsync() argument
7929 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsServer() argument
7931 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsServerAsync() argument
7933 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
7935 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsServer() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs7923 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsClient() argument
7925 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsClientAsync() argument
7927 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsServer() argument
7929 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsServerAsync() argument
7931 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
7933 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsServer() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs11156 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsClient() argument
11158 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsClientAsync() argument
11160 …stem.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { } in AuthenticateAsServer() argument
11162 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw… in AuthenticateAsServerAsync() argument
11164 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsClient() argument
11166 …Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.… in BeginAuthenticateAsServer() argument

12