1 instantiation of X509CertificateEndpointIdentity
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointIdentity.cs (1)
136
readIdentity = new
X509CertificateEndpointIdentity
(reader);
5 references to X509CertificateEndpointIdentity
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
261
X509CertificateEndpointIdentity
remoteCertificateIdentity = to.Identity as
X509CertificateEndpointIdentity
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
179
if (to.Identity is
X509CertificateEndpointIdentity
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (2)
345
X509CertificateEndpointIdentity
remoteCertificateIdentity = to.Identity as
X509CertificateEndpointIdentity
;