1 write to ClaimType
System.ServiceModel (1)
System\ServiceModel\Configuration\ClaimTypeElement.cs (1)
21this.ClaimType = claimType;
4 references to ClaimType
System.ServiceModel (4)
System\ServiceModel\Configuration\ClaimTypeElementCollection.cs (1)
26return claimElement.ClaimType;
System\ServiceModel\Configuration\FederatedMessageSecurityOverHttpElement.cs (1)
126security.ClaimTypeRequirements.Add(new ClaimTypeRequirement(claimType.ClaimType, claimType.IsOptional));
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (2)
141parameters.ClaimTypeRequirements.Add(new ClaimTypeRequirement(c.ClaimType, c.IsOptional)); 192this.ClaimTypeRequirements.Add(new ClaimTypeElement(c.ClaimType, c.IsOptional));