5 references to Certificate
System.ServiceModel (5)
System\ServiceModel\NetTcpBinding.cs (1)
317
if ((transport != null) && (transport.ClientCredentialType == TcpClientCredentialType.
Certificate
))
System\ServiceModel\TcpClientCredentialType.cs (1)
21
value == TcpClientCredentialType.
Certificate
);
System\ServiceModel\TcpTransportSecurity.cs (3)
136
if (this.clientCredentialType == TcpClientCredentialType.
Certificate
|| this.clientCredentialType == TcpClientCredentialType.None)
138
return this.CreateSslBindingElement(this.clientCredentialType == TcpClientCredentialType.
Certificate
);
160
transportSecurity.ClientCredentialType = requireClientCertificate ? TcpClientCredentialType.
Certificate
: TcpClientCredentialType.None;