API Reference
Enum
OtpAlgorithm
Hash algorithm identifiers used in otpauth:// URIs.
Inheritance
- Enum
- OtpAlgorithm
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property HotpBuilder.Algorithm
- Property TotpBuilder.Algorithm
- Field OtpAlgorithm.Sha1
- Field OtpAlgorithm.Sha256
- Field OtpAlgorithm.Sha512
- Property OtpAuthPayload.Algorithm
Accepted by parameters
- Method Otp.HotpUri
- Method Otp.HotpUri
- Method Otp.TotpUri
- Method Otp.TotpUri
- Method HotpBuilder.WithParameters
- Method TotpBuilder.WithParameters
- Method OtpAuthHotp.Create
- Method OtpAuthHotp.Create
- Method OtpAuthTotp.Create
- Method OtpAuthTotp.Create
- Method OtpQrPreset.EncodeHotp
- Method OtpQrPreset.EncodeHotp
- Method OtpQrPreset.EncodeTotp
- Method OtpQrPreset.EncodeTotp
- Method QrPayloads.OneTimePassword
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider