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.HotpHtml
- Method Otp.HotpJpeg
- Method Otp.HotpPng
- Method Otp.HotpSvg
- Method Otp.HotpUri
- Method Otp.HotpUri
- Method Otp.HotpWebp
- Method Otp.SaveHotp
- Method Otp.SaveHotpHtml
- Method Otp.SaveHotpHtml
- Method Otp.SaveHotpJpeg
- Method Otp.SaveHotpJpeg
- Method Otp.SaveHotpPng
- Method Otp.SaveHotpPng
- Method Otp.SaveHotpSvg
- Method Otp.SaveHotpSvg
- Method Otp.SaveHotpWebp
- Method Otp.SaveHotpWebp
- Method Otp.SaveTotp
- Method Otp.SaveTotpHtml
- Method Otp.SaveTotpHtml
- Method Otp.SaveTotpJpeg
- Method Otp.SaveTotpJpeg
- Method Otp.SaveTotpPng
- Method Otp.SaveTotpPng
- Method Otp.SaveTotpSvg
- Method Otp.SaveTotpSvg
- Method Otp.SaveTotpWebp
- Method Otp.SaveTotpWebp
- Method Otp.TotpHtml
- Method Otp.TotpJpeg
- Method Otp.TotpPng
- Method Otp.TotpSvg
- Method Otp.TotpUri
- Method Otp.TotpUri
- Method Otp.TotpWebp
- 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
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