The
CopyC# data type contains information about a virtual MFA device.

VirtualMFADevice

C# |
public class VirtualMFADevice

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | VirtualMFADevice()()()() | Initializes a new instance of the VirtualMFADevice class |
![]() | Base32StringSeed |
Gets and sets the property Base32StringSeed.
The Base32 seed defined as specified in RFC3548. The |
![]() | EnableDate |
Gets and sets the property EnableDate.
|
![]() | Equals(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 |
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 (accountId otherwise), and Base32String is the seed in Base32
format. The |
![]() | SerialNumber |
Gets and sets the property SerialNumber.
The serial number associated with |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | User |
Gets and sets the property User.
|
![]() | WithBase32StringSeed(MemoryStream) | Obsolete.
Sets the Base32StringSeed property
|
![]() | WithEnableDate(DateTime) | Obsolete.
Sets the EnableDate property
|
![]() | WithQRCodePNG(MemoryStream) | Obsolete.
Sets the QRCodePNG property
|
![]() | WithSerialNumber(String) | Obsolete.
Sets the SerialNumber property
|
![]() | WithUser(User) | Obsolete.
Sets the User property
|

Object | |
![]() | VirtualMFADevice |