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