Claims.GetClaimsList Method

Returns a set of claims, with high level information only, matching a particular set of search parameters.

Namespace:  IAS
Assembly:  Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IClaims.GetClaimsListResponseType GetClaimsList(
	IClaims.GetClaimsListRequestType request
)

Parameters

request
Type: IAS.IClaims.GetClaimsListRequestType
Specifies parameters needed for locating a claim or set of claims.

Return Value

Type: IClaims.GetClaimsListResponseType
A listing of up to twenty claims matching the search parameters.

Implements

IClaims.GetClaimsList(IClaims.GetClaimsListRequestType)
See Also