1 write to initiatorTokenAuthenticator
System.ServiceModel (1)
System\ServiceModel\Security\SymmetricSecurityProtocol.cs (1)
103this.initiatorTokenAuthenticator = this.Factory.SecurityTokenManager.CreateSecurityTokenAuthenticator(tokenAuthenticatorRequirement, out outOfBandTokenResolver);
10 references to initiatorTokenAuthenticator
System.ServiceModel (10)
System\ServiceModel\Security\SymmetricSecurityProtocol.cs (10)
60return this.initiatorTokenAuthenticator; 104SecurityUtils.OpenTokenAuthenticatorIfRequired(this.initiatorTokenAuthenticator, timeoutHelper.RemainingTime()); 117if (this.initiatorTokenAuthenticator != null) 119SecurityUtils.AbortTokenAuthenticatorIfRequired(this.initiatorTokenAuthenticator); 135if (this.initiatorTokenAuthenticator != null) 137SecurityUtils.CloseTokenAuthenticatorIfRequired(this.initiatorTokenAuthenticator, timeoutHelper.RemainingTime()); 177return new SecureOutgoingMessageAsyncResult(message, this, provider, this.Factory.ApplyConfidentiality, this.initiatorTokenAuthenticator, correlationState, timeoutHelper.RemainingTime(), callback, state); 303SecurityToken providerToken = GetTokenAndEnsureOutgoingIdentity(provider, factory.ApplyConfidentiality, timeoutHelper.RemainingTime(), this.initiatorTokenAuthenticator); 378ReadOnlyCollection<IAuthorizationPolicy> signingTokenPolicies = this.initiatorTokenAuthenticator.ValidateToken(signingToken); 384ReadOnlyCollection<IAuthorizationPolicy> wrappingTokenPolicies = this.initiatorTokenAuthenticator.ValidateToken(wrappingToken);