Home
last modified time | relevance | path

Searched defs:clientCertificates (Results 1 – 25 of 62) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DSslStreamSystemDefaultsTest.cs34 …tract Task AuthenticateClientAsync(string targetHost, X509CertificateCollection clientCertificates in AuthenticateClientAsync()
127 …rride Task AuthenticateClientAsync(string targetHost, X509CertificateCollection clientCertificates in AuthenticateClientAsync()
156 …rride Task AuthenticateClientAsync(string targetHost, X509CertificateCollection clientCertificates in AuthenticateClientAsync()
175 …rride Task AuthenticateClientAsync(string targetHost, X509CertificateCollection clientCertificates in AuthenticateClientAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/UnitTests/
H A DSslStreamAllowedProtocolsTest.cs19 …string targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols,… in AuthenticateAsClient()
92 …string targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols,… in AuthenticateAsClient()
106 …string targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols,… in AuthenticateAsClient()
120 …string targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols,… in AuthenticateAsClient()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Tls/
H A DSslClientStream.cs73 X509CertificateCollection clientCertificates, in CertificateSelectionCallback()
163 X509CertificateCollection clientCertificates) : in SslClientStream()
186 X509CertificateCollection clientCertificates): in SslClientStream()
393 … override X509Certificate OnLocalCertificateSelection(X509CertificateCollection clientCertificates in OnLocalCertificateSelection()
442 X509CertificateCollection clientCertificates, in RaiseClientCertificateSelection()
H A DClientContext.cs62 X509CertificateCollection clientCertificates) in ClientContext()
H A DHttpsClientStream.cs47 … public HttpsClientStream (Stream stream, X509CertificateCollection clientCertificates, in HttpsClientStream()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/
H A DSslClientStream.cs63 X509CertificateCollection clientCertificates, in CertificateSelectionCallback()
163 X509CertificateCollection clientCertificates) : in SslClientStream()
186 X509CertificateCollection clientCertificates): in SslClientStream()
583 … override X509Certificate OnLocalCertificateSelection(X509CertificateCollection clientCertificates in OnLocalCertificateSelection()
632 X509CertificateCollection clientCertificates, in RaiseClientCertificateSelection()
H A DClientContext.cs62 X509CertificateCollection clientCertificates) in ClientContext()
H A DHttpsClientStream.cs48 public HttpsClientStream (Stream stream, X509CertificateCollection clientCertificates, in HttpsClientStream()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A DSslStream.cs131 … virtual void AuthenticateAsClient(string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClient()
137 … virtual void AuthenticateAsClient(string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClient()
153 …ncResult BeginAuthenticateAsClient(string targetHost, X509CertificateCollection clientCertificates, in BeginAuthenticateAsClient()
163 …ncResult BeginAuthenticateAsClient(string targetHost, X509CertificateCollection clientCertificates, in BeginAuthenticateAsClient()
276 …ual Task AuthenticateAsClientAsync(string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClientAsync()
282 …ual Task AuthenticateAsClientAsync(string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClientAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Tls.Handshake.Server/
H A DTlsClientCertificate.cs37 private X509CertificateCollection clientCertificates; field in Mono.Security.Protocol.Tls.Handshake.Server.TlsClientCertificate
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Protocol.Tls.Handshake.Server/
H A DTlsClientCertificate.cs37 private X509CertificateCollection clientCertificates; field in Mono.Security.Protocol.Tls.Handshake.Server.TlsClientCertificate
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Btls/
H A DMonoBtlsStream.cs57 X509Certificate serverCertificate, X509CertificateCollection clientCertificates, in CreateContext()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.AppleTls/
H A DAppleTlsStream.cs42 X509Certificate serverCertificate, X509CertificateCollection clientCertificates, in CreateContext()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Unix/
H A DCurlHandler.ClientCertificateProvider.cs22 internal ClientCertificateProvider(X509Certificate2Collection clientCertificates) in ClientCertificateProvider()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSslStream.cs153 …ncResult BeginAuthenticateAsClient(string targetHost, X509CertificateCollection clientCertificates, in BeginAuthenticateAsClient()
159 …ncResult BeginAuthenticateAsClient(string targetHost, X509CertificateCollection clientCertificates, in BeginAuthenticateAsClient()
280 … virtual void AuthenticateAsClient(string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClient()
285 … virtual void AuthenticateAsClient(string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClient()
358 …ual Task AuthenticateAsClientAsync(string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClientAsync()
365 …ual Task AuthenticateAsClientAsync(string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClientAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Interface/
H A DIMonoSslStream.cs48 …void AuthenticateAsClient (string targetHost, X509CertificateCollection clientCertificates, SSA.Ss… in AuthenticateAsClient()
52 …cResult BeginAuthenticateAsClient (string targetHost, X509CertificateCollection clientCertificates in BeginAuthenticateAsClient()
68 …Task AuthenticateAsClientAsync (string targetHost, X509CertificateCollection clientCertificates, S… in AuthenticateAsClientAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Net.Security/
H A DMobileTlsContext.cs41 X509CertificateCollection clientCertificates; field in Mono.Net.Security.MobileTlsContext
48 X509CertificateCollection clientCertificates, bool askForClientCert) in MobileTlsContext()
H A DMobileAuthenticatedStream.cs134 …public void AuthenticateAsClient (string targetHost, X509CertificateCollection clientCertificates,… in AuthenticateAsClient()
145 …cResult BeginAuthenticateAsClient (string targetHost, X509CertificateCollection clientCertificates in BeginAuthenticateAsClient()
188 …ic Task AuthenticateAsClientAsync (string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClientAsync()
224 …X509Certificate serverCertificate, X509CertificateCollection clientCertificates, bool clientCertRe… in ProcessAuthentication()
283 X509Certificate serverCertificate, X509CertificateCollection clientCertificates, in CreateContext()
H A DLegacySslStream.cs334 …cResult BeginAuthenticateAsClient (string targetHost, X509CertificateCollection clientCertificates in BeginAuthenticateAsClient()
445 …virtual void AuthenticateAsClient (string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClient()
549 …al Task AuthenticateAsClientAsync (string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClientAsync()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/
H A DRemoteNetwork.h38 … const std::map<QString, QSslCertificate>& clientCertificates() const { return m_clientCertFiles; } in clientCertificates() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Net.Http.WebRequest/System.Net.Http.WebRequest/
H A DWebRequestHandler.cs45 X509CertificateCollection clientCertificates; field in System.Net.Http.WebRequestHandler
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Security/
H A DSslStream.platformnotsupported.cs86 …virtual void AuthenticateAsClient (string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClient()
96 …cResult BeginAuthenticateAsClient (string targetHost, X509CertificateCollection clientCertificates in BeginAuthenticateAsClient()
140 …al Task AuthenticateAsClientAsync (string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClientAsync()
H A DSslStream.cs152 …virtual void AuthenticateAsClient (string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClient()
164 …cResult BeginAuthenticateAsClient (string targetHost, X509CertificateCollection clientCertificates in BeginAuthenticateAsClient()
212 …al Task AuthenticateAsClientAsync (string targetHost, X509CertificateCollection clientCertificates in AuthenticateAsClientAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/
H A DTlsStream.cs19 …eam(NetworkStream stream, Socket socket, string host, X509CertificateCollection clientCertificates in TlsStream()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services.Protocols/
H A DHttpWebClientProtocol.cs46 X509CertificateCollection clientCertificates; field in System.Web.Services.Protocols.HttpWebClientProtocol

123