AWS SDK for .NET Documentation
MfaCodes Property
AmazonAmazon.S3.ModelDeleteObjectsRequestMfaCodes Did this page help you?   Yes   No    Tell us about it...
The MfaCodes Tuple associates the Serial Number and the current Token/Code displayed on the Multi-Factor Authentication device associated with your AWS Account.
Declaration Syntax
C#
public Tuple<string, string> MfaCodes { get; set; }
Remarks
This is a required property for this request if:
1. EnableMfaDelete was configured on the bucket containing this object's version.
2. You are deleting an object's version

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