5 references to ClaimTypeRequirements
System.ServiceModel (5)
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (5)
137if (this.ClaimTypeRequirements != null) 139foreach (ClaimTypeElement c in this.ClaimTypeRequirements) 190foreach (ClaimTypeElement c in source.ClaimTypeRequirements) 192this.ClaimTypeRequirements.Add(new ClaimTypeElement(c.ClaimType, c.IsOptional)); 266this.ClaimTypeRequirements.Add(new ClaimTypeElement(c.ClaimType, c.IsOptional));