[runtime] Fix the managed name of the ReRegisterForFinalize () icall.
[mono.git] / mcs / class / Mono.Security.Providers.DotNet / Mono.Security.Providers.DotNet / DotNetTlsProvider.cs
index 74b2a8e71c7a19a2367ab46498d2b91144978f51..3be685a46d240ac731cc9403d0c72761bc0b75ee 100644 (file)
@@ -62,7 +62,7 @@ namespace Mono.Security.Providers.DotNet
                        get { return false; }
                }
 
-               public override bool SupportsTlsContext {
+               internal override bool SupportsTlsContext {
                        get { return false; }
                }
 
@@ -88,7 +88,7 @@ namespace Mono.Security.Providers.DotNet
                        return new DotNetSslStreamImpl (innerStream, leaveInnerStreamOpen, this, validation_callback, selection_callback);
                }
 
-               public override IMonoTlsContext CreateTlsContext (
+               internal override IMonoTlsContext CreateTlsContext (
                        string hostname, bool serverMode, TlsProtocols protocolFlags,
                        X509Certificate serverCertificate, X509CertificateCollection clientCertificates,
                        bool remoteCertRequired, MonoEncryptionPolicy encryptionPolicy,