4 references to Certificate
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpClientCredentialType.cs (1)
22
value == TcpClientCredentialType.
Certificate
);
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (3)
107
if (_clientCredentialType == TcpClientCredentialType.
Certificate
|| _clientCredentialType == TcpClientCredentialType.None)
109
return this.CreateSslBindingElement(_clientCredentialType == TcpClientCredentialType.
Certificate
);
130
transportSecurity.ClientCredentialType = requireClientCertificate ? TcpClientCredentialType.
Certificate
: TcpClientCredentialType.None;