RequestClaim Class
Represents a single requested claim in a security token request (RST).
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in Microsoft.IdentityModel.dll)
Represents a single claim inside a wst:Claims element in a wst:RequestSecurityToken message. The entire contents of the wst:Claims element is represented by a RequestClaimCollection which is a collection of RequestClaim objects. The contents of the wst:Claims element is accessed through the RequestSecurityToken.Claims property.
A RequestClaim object represents a request for a claim, identified by its claim type (the ClaimType property), to be present in the security token issued by the STS. The IsOptional property indicates whether the claim is required in the in the issued token.
For more information about the element that this class represents, see the version of the WS-Trust specification that applies to your scenario. You can find links to the WS-Trust specifications and other WS-* specifications relevant to WIF in the Windows Identity Foundation SDK topic.
Target Platforms
Windows 7, Windows Server 2008 R2, Windows Vista SP2, Windows Server 2008 SP2, Windows Server 2003 SP2 (32-bit or 64-bit)
Copyright © 2008 by Microsoft Corporation. All rights reserved.