AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Contains information about a virtual MFA device.

Inheritance Hierarchy

System.Object
  Amazon.IdentityManagement.Model.VirtualMFADevice

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class VirtualMFADevice : Object

The VirtualMFADevice type exposes the following members

Constructors

NameDescription
Public Method VirtualMFADevice()

Properties

NameTypeDescription
Public Property Base32StringSeed System.IO.MemoryStream Gets and sets the property Base32StringSeed.

The Base32 seed defined as specified in RFC3548. The Base32StringSeed is Base64-encoded.

Public Property EnableDate System.DateTime Gets and sets the property EnableDate.

The date and time on which the virtual MFA device was enabled.

Public Property QRCodePNG System.IO.MemoryStream Gets and sets the property 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 (otherwise, the account ID otherwise), and Base32String is the seed in Base32 format. The Base32String value is Base64-encoded.

Public Property SerialNumber System.String Gets and sets the property SerialNumber.

The serial number associated with VirtualMFADevice.

Public Property User Amazon.IdentityManagement.Model.User Gets and sets the property User.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1