Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IssuedSecurityTokenParameters::ClaimTypeRequirements Property

 

Gets a collection of claim type requirements.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property Collection<ClaimTypeRequirement^>^ ClaimTypeRequirements {
	Collection<ClaimTypeRequirement^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::Collection<ClaimTypeRequirement^>^

A Collection<T> of type ClaimTypeRequirement that holds the additional claim type requirements.

In a federated scenario, services state the requirements on incoming credentials. For example, the incoming credentials must possess a certain set of claim types. Each ClaimTypeRequirement in the returned collection specifies the types of required and optional claims expected to appear in a federated credential.

A claim type requirement consists of the URI of the claim type requested in the issued token along with a Boolean parameter that indicates whether that claim type is required in the issued token or is optional.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft