1 override of TryGetIdentity
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\IdentityVerifier.cs (1)
158
public override bool
TryGetIdentity
(EndpointAddress reference, out EndpointIdentity identity)
3 references to TryGetIdentity
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
55
identityVerifier.
TryGetIdentity
(targetAddress, out identity);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\IdentityVerifier.cs (2)
45
return this.
TryGetIdentity
(reference, out identity);
71
if (!
TryGetIdentity
(serviceReference, out identity))