1 override of TryGetIdentity
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\IdentityVerifier.cs (1)
158public 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)
55identityVerifier.TryGetIdentity(targetAddress, out identity);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\IdentityVerifier.cs (2)
45return this.TryGetIdentity(reference, out identity); 71if (!TryGetIdentity(serviceReference, out identity))