The VirtualMFADevice data type contains information about a virtual MFA device.

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class VirtualMFADevice
Public Class VirtualMFADevice
public ref class VirtualMFADevice

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
VirtualMFADevice()()()()
Initializes a new instance of the VirtualMFADevice class
Base32StringSeed
The Base32 seed defined as specified in RFC3548. The Base32StringSeed is Base64-encoded.
EnableDate
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
QRCodePNG
A QR code PNG image that encodes otpauth://totp/$virtualMFADeviceName@$AccountName? secret=$Base32String where $virtualMFADeviceName is one of the create call arguments, AccountName is the user name if set (accountId otherwise), and Base32String is the seed in Base32 format. The Base32String is Base64-encoded.
SerialNumber
The serial number associated with VirtualMFADevice.

Constraints:

Length
9 - 256
Pattern
[\w+=/:,.@-]*

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
User
The User data type contains information about a user. This data type is used as a response element in the following actions:
WithBase32StringSeed(MemoryStream)
Sets the Base32StringSeed property
WithEnableDate(DateTime)
Sets the EnableDate property
WithQRCodePNG(MemoryStream)
Sets the QRCodePNG property
WithSerialNumber(String)
Sets the SerialNumber property
WithUser(User)
Sets the User property

Inheritance Hierarchy

System..::..Object
  Amazon.IdentityManagement.Model..::..VirtualMFADevice

See Also