2 writes to clientCredentialType
System.ServiceModel (2)
System\ServiceModel\TcpTransportSecurity.cs (2)
27
this.
clientCredentialType
= DefaultClientCredentialType;
43
this.
clientCredentialType
= value;
4 references to clientCredentialType
System.ServiceModel (4)
System\ServiceModel\TcpTransportSecurity.cs (4)
36
get { return this.
clientCredentialType
; }
136
if (this.
clientCredentialType
== TcpClientCredentialType.Certificate || this.
clientCredentialType
== TcpClientCredentialType.None)
138
return this.CreateSslBindingElement(this.
clientCredentialType
== TcpClientCredentialType.Certificate);