3 references to TcpClientCredentialTypeHelper
System.ServiceModel (3)
System\ServiceModel\Configuration\Properties.cs (1)
3527
properties.Add(new ConfigurationProperty("clientCredentialType", typeof(System.ServiceModel.TcpClientCredentialType), System.ServiceModel.TcpClientCredentialType.Windows, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.
TcpClientCredentialTypeHelper
)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\TcpTransportSecurityElement.cs (1)
21
[ServiceModelEnumValidator(typeof(
TcpClientCredentialTypeHelper
))]
System\ServiceModel\TcpTransportSecurity.cs (1)
39
if (!
TcpClientCredentialTypeHelper
.IsDefined(value))