AWS SDK for .NET Documentation
ListMFADevices Method
AmazonAmazon.IdentityManagementAmazonIdentityManagementServiceClientListMFADevices()()()() Did this page help you?   Yes   No    Tell us about it...
Lists the MFA devices. If the request includes the user name, then this action lists all the MFA devices associated with the specified user name. If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request.

You can paginate the results using the

CopyC#
MaxItems
and
CopyC#
Marker
parameters.

Declaration Syntax
C#
public ListMFADevicesResponse ListMFADevices()
Return Value
The response from the ListMFADevices service method, as returned by IdentityManagementService.
Exceptions
ExceptionCondition
NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error message describes the entity.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)