11 references to claimTypeRequirements
System.ServiceModel (11)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (11)
60foreach (ClaimTypeRequirement c in other.claimTypeRequirements) 62this.claimTypeRequirements.Add(c); 207return this.claimTypeRequirements; 286this.claimTypeRequirements.Add(claimTypeRequirement); 335if (this.claimTypeRequirements.Count > 0) 339foreach (ClaimTypeRequirement claimType in this.claimTypeRequirements) 360(this.claimTypeRequirements.Count > 0)); 943if (this.claimTypeRequirements.Count == 0) 950for (int i = 0; i < this.claimTypeRequirements.Count; i++) 952sb.AppendLine(String.Format(CultureInfo.InvariantCulture, " {0}, optional={1}", this.claimTypeRequirements[i].ClaimType, this.claimTypeRequirements[i].IsOptional));