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