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