5 references to Token
System.ServiceModel (5)
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (5)
122securityKey = this.tokens[i].Token.ResolveKeyIdentifierClause(keyIdentifierClause); 162SecurityToken token = tokens[i].Token; 217DerivedKeySecurityToken derivedKeyToken = this.tokens[i].Token as DerivedKeySecurityToken; 226resolvedToken = this.tokens[i].Token; 257i, this.tokens[i].AllowedReferenceStyle, this.tokens[i].Token.GetType(), tokens[i].TokenParameters);