AWS SDK Version 3 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.

Contains information about a virtual MFA device.

Inheritance Hierarchy

System.Object
  Amazon.IdentityManagement.Model.VirtualMFADevice

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z

Syntax

C#
public class VirtualMFADevice

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 base32-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 Tags System.Collections.Generic.List<Amazon.IdentityManagement.Model.Tag>

Gets and sets the property Tags.

A list of tags that are attached to the virtual MFA device. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

Public Property User Amazon.IdentityManagement.Model.User

Gets and sets the property User.

The IAM user associated with this virtual MFA device.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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