ClaimsGetClaimsList 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 IClaimsGetClaimsListResponseType GetClaimsList(
	IClaimsGetClaimsListRequestType request
)

Parameters

request
Type: IASIClaimsGetClaimsListRequestType
Specifies parameters needed for locating a claim or set of claims.

Return Value

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

Implements

IClaimsGetClaimsList(IClaimsGetClaimsListRequestType)
See Also