Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Configuration / SslStreamSecurityElement.cs
index 025ebc7943218121542f6abe9d1ed283a0d4610a..247bd119d7afe87ab81fb2f7fc36818836fe3ef3 100644 (file)
@@ -60,7 +60,7 @@ namespace System.ServiceModel.Configuration
             base.CopyFrom(from);
 
             SslStreamSecurityElement source = (SslStreamSecurityElement)from;
-#pragma warning suppress 56506 // [....], base.CopyFrom() validates the argument
+#pragma warning suppress 56506 // Microsoft, base.CopyFrom() validates the argument
             this.RequireClientCertificate = source.RequireClientCertificate;
             this.SslProtocols = source.SslProtocols;
         }