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