 | ClaimsGetClaimTypes Method |
Returns a count of pending claims matching one or more supplied search parameters.
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IClaimsGetClaimTypesResponseType GetClaimTypes(
IClaimsGetClaimTypesRequestType request
)
Public Function GetClaimTypes (
request As IClaimsGetClaimTypesRequestType
) As IClaimsGetClaimTypesResponseType
public final function GetClaimTypes(
request : IClaimsGetClaimTypesRequestType
) : IClaimsGetClaimTypesResponseType
function GetClaimTypes(request);
Parameters
- request
- Type: IASIClaimsGetClaimTypesRequestType
Authentication information and search parameters.
Return Value
Type:
IClaimsGetClaimTypesResponseTypeOne or more objects representing the pending claims found during the search process.
Implements
IClaimsGetClaimTypes(IClaimsGetClaimTypesRequestType)
See Also