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