AWS SDK for .NET Documentation
WithMfaCodes Method (serial, token)
AmazonAmazon.S3.ModelDeleteObjectRequestWithMfaCodes(String, String) 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#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public DeleteObjectRequest WithMfaCodes(
	string serial,
	string token
)
Parameters
serial (String)
Serial number of the authentication device
token (String)
Token displayed on the authentication device
Return Value
this instance
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)