14 references to Security
dotnet-svcutil-lib (14)
CodeDomFixup\EndpointSelector.cs (2)
71if (netTcpBinding.Security.Mode == SecurityMode.Message) 73s_bindingValidationErrors.Add(string.Format(SRServiceModel.UnsupportedSecuritySetting, "Mode", netTcpBinding.Security.Mode));
CodeDomFixup\MethodCreationHelper.cs (12)
1719if (defaultBinding.Security.Mode != netTcp.Security.Mode) 1728netTcp.Security.Mode.ToString()))); 1741if (defaultBinding.Security.Transport.ClientCredentialType != netTcp.Security.Transport.ClientCredentialType) 1752netTcp.Security.Transport.ClientCredentialType.ToString()))); 1755if (defaultBinding.Security.Transport.ProtectionLevel != netTcp.Security.Transport.ProtectionLevel) 1766netTcp.Security.Transport.ProtectionLevel.ToString()))); 1769if (defaultBinding.Security.Message.ClientCredentialType != netTcp.Security.Message.ClientCredentialType) 1780netTcp.Security.Message.ClientCredentialType.ToString())));