Table of Contents

Class MfaCodes

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

This class contains the mfa codes used authentication

public class MfaCodes
Inheritance
MfaCodes
Inherited Members

Constructors

MfaCodes()

public MfaCodes()

Properties

AuthenticationValue

Gets and sets the displated value on the authentication device

public string AuthenticationValue { get; set; }

Property Value

string

FormattedMfaCodes

The formatted string of the mfa codes to be passed to S3.

public string FormattedMfaCodes { get; }

Property Value

string

SerialNumber

Gets and sets the serial number of the authentication device

public string SerialNumber { get; set; }

Property Value

string