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