3 references to ClaimTypeElement
System.ServiceModel (3)
System\ServiceModel\Configuration\FederatedMessageSecurityOverHttpElement.cs (1)
171
ClaimTypeElement element = new
ClaimTypeElement
(claimTypeRequirement.ClaimType, claimTypeRequirement.IsOptional);
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (2)
192
this.ClaimTypeRequirements.Add(new
ClaimTypeElement
(c.ClaimType, c.IsOptional));
266
this.ClaimTypeRequirements.Add(new
ClaimTypeElement
(c.ClaimType, c.IsOptional));