AWS SDK for .NET Documentation
SerialNumber Property
AmazonAmazon.SecurityToken.ModelAssumeRoleRequestSerialNumber Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property SerialNumber.

The identification number of the MFA device that is associated with the user who is making the

CopyC#
AssumeRole
call. Specify this value if the trust policy of the role being assumed includes a condition that requires MFA authentication. The value is either the serial number for a hardware device (such as
CopyC#
GAHT12345678
) or an Amazon Resource Name (ARN) for a virtual device (such as
CopyC#
arn:aws:iam::123456789012:mfa/user
).

Declaration Syntax
C#
public string SerialNumber { get; set; }

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