3 writes to ClientCredentialType
System.ServiceModel (3)
System\ServiceModel\Configuration\TcpTransportSecurityElement.cs (1)
57security.ClientCredentialType = this.ClientCredentialType;
System\ServiceModel\TcpTransportSecurity.cs (2)
154transportSecurity.ClientCredentialType = TcpClientCredentialType.Windows; 160transportSecurity.ClientCredentialType = requireClientCertificate ? TcpClientCredentialType.Certificate : TcpClientCredentialType.None;
4 references to ClientCredentialType
System.ServiceModel (4)
System\ServiceModel\Configuration\TcpTransportSecurityElement.cs (1)
69SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ClientCredentialType, security.ClientCredentialType);
System\ServiceModel\NetTcpBinding.cs (2)
317if ((transport != null) && (transport.ClientCredentialType == TcpClientCredentialType.Certificate)) 319throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.UnsupportedSecuritySetting, "Transport.ClientCredentialType", transport.ClientCredentialType)));
System\ServiceModel\TcpTransportSecurity.cs (1)
169return this.ClientCredentialType != TcpTransportSecurity.DefaultClientCredentialType