18 references to Identity
dotnet-svcutil-lib (18)
CodeDomFixup\MethodCreationHelper.cs (1)
2138EndpointIdentity identity = serviceEndpoint.Address.Identity;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
261X509CertificateEndpointIdentity remoteCertificateIdentity = to.Identity as X509CertificateEndpointIdentity; 666if (target.Identity == null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
179if (to.Identity is X509CertificateEndpointIdentity)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
345X509CertificateEndpointIdentity remoteCertificateIdentity = to.Identity as X509CertificateEndpointIdentity;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
56if ((_originalAddress != null) && (_originalAddress.Identity != null))
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (9)
441if (this.Identity == null) 443if (endpointAddress.Identity != null) 448else if (!this.Identity.Equals(endpointAddress.Identity)) 1091if (this.Identity != null) 1093this.Identity.WriteTo(writer); 1148if (this.Identity != null) 1150this.Identity.WriteTo(writer); 1285_identity = address.Identity;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\IdentityVerifier.cs (2)
36if (reference.Identity == null && reference.Uri != via) 163identity = reference.Identity;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
2299addressToSerialize.Identity,