Class PayloadGenerator.OneTimePassword
Inheritance
PayloadGenerator.OneTimePassword
Assembly: Subsembly.Scraper.dll
Syntax
public class PayloadGenerator.OneTimePassword : PayloadGenerator.Payload
Properties
Algorithm
Declaration
[Obsolete("This property is obsolete, use AuthAlgorithm instead", false)]
public PayloadGenerator.OneTimePassword.OoneTimePasswordAuthAlgorithm Algorithm { get; set; }
Property Value
AuthAlgorithm
Declaration
public PayloadGenerator.OneTimePassword.OneTimePasswordAuthAlgorithm AuthAlgorithm { get; set; }
Property Value
Counter
Declaration
public int? Counter { get; set; }
Property Value
Digits
Declaration
public int Digits { get; set; }
Property Value
Issuer
Declaration
public string Issuer { get; set; }
Property Value
Label
Declaration
public string Label { get; set; }
Property Value
Period
Declaration
public int? Period { get; set; }
Property Value
Secret
Declaration
public string Secret { get; set; }
Property Value
Type
Declaration
public PayloadGenerator.OneTimePassword.OneTimePasswordAuthType Type { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides