10 references to TokenAuthenticator
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (10)
655
SecurityUtils.AbortTokenAuthenticatorIfRequired(spec.
TokenAuthenticator
);
662
SecurityUtils.AbortTokenAuthenticatorIfRequired(spec.
TokenAuthenticator
);
675
SecurityUtils.CloseTokenAuthenticatorIfRequired(spec.
TokenAuthenticator
, timeoutHelper.RemainingTime());
682
SecurityUtils.CloseTokenAuthenticatorIfRequired(spec.
TokenAuthenticator
, timeoutHelper.RemainingTime());
719
if (spec.
TokenAuthenticator
is ISecurityContextSecurityTokenCacheProvider)
721
result.Add(((ISecurityContextSecurityTokenCacheProvider)spec.
TokenAuthenticator
).TokenCache);
740
Type authenticatorType = spec.
TokenAuthenticator
.GetType();
744
Type spec2AuthenticatorType = spec2.
TokenAuthenticator
.GetType();
818
SecurityUtils.OpenTokenAuthenticatorIfRequired(spec.
TokenAuthenticator
, timeoutHelper.RemainingTime());
982
SecurityUtils.OpenTokenAuthenticatorIfRequired(tokenAuthenticatorSpec.
TokenAuthenticator
, timeoutHelper.RemainingTime());