2 overrides of TryGetIdentity
System.ServiceModel (2)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
219public override bool TryGetIdentity(EndpointAddress reference, out EndpointIdentity identity)
System\ServiceModel\Security\IdentityVerifier.cs (1)
192public override bool TryGetIdentity(EndpointAddress reference, out EndpointIdentity identity)
6 references to TryGetIdentity
System.ServiceModel (6)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
57identityVerifier.TryGetIdentity(targetAddress, out identity);
System\ServiceModel\Security\IdentityVerifier.cs (3)
45if (!this.TryGetIdentity(reference, out identity)) 74return this.TryGetIdentity(reference, out identity); 105if (!TryGetIdentity(serviceReference, out identity))
System\ServiceModel\Security\SpnegoTokenProvider.cs (1)
227this.identityVerifier.TryGetIdentity(target, out identity);
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
936if (this.identityVerifier.TryGetIdentity(negotiationState.TargetAddress, out identity))