Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.ServiceModel / System / ServiceModel / Configuration / ClientCredentialsElement.cs
index ca6fdc463666286af3b0abc9ef20659145a7483f..71c11065ab48cb6ab00949db978009f78d2d9061 100644 (file)
@@ -96,7 +96,7 @@ namespace System.ServiceModel.Configuration
             base.CopyFrom(from);
 
             ClientCredentialsElement source = (ClientCredentialsElement)from;
-#pragma warning suppress 56506 //[....]; base.CopyFrom() checks for 'from' being null
+#pragma warning suppress 56506 //Microsoft; base.CopyFrom() checks for 'from' being null
             this.ClientCertificate.Copy(source.ClientCertificate);
             this.ServiceCertificate.Copy(source.ServiceCertificate);
             this.Windows.Copy(source.Windows);