• Home
  • API Documentation
Show / Hide Table of Contents
  • Yort.Otp
    • CounterBasedPasswordGenerator
      • Counter
      • CounterBasedPasswordGenerator
    • IHashAlgorithm
      • ComputeHash
      • Name
    • IOnetimePasswordGenerator
      • GeneratedPassword
      • HashAlgorithm
      • PasswordLength
      • SetSecret
    • MD5HashAlgorithm
      • ComputeHash
      • Name
    • OnetimePasswordAccount
      • Issuer
      • Label
      • Metadata
      • PasswordGenerator
      • Secret
    • OnetimePasswordGeneratorBase
      • Dispose
      • GeneratedPassword
      • HashAlgorithm
      • IsDisposed
      • MovingFactor
      • OnetimePasswordGeneratorBase
      • PasswordLength
      • SetSecret
    • OnetimePasswordGeneratorFactory
      • CreateFactory
      • CreateNewPasswordGenerator
      • FromOtpUrl
      • GetOtpUrl
    • OnetimePasswordSecret
      • FromAscii
      • FromBase32
      • FromHex
      • ToBase32
    • Resource
    • Resource.Attribute
    • Resource.String
      • ApplicationName
      • Hello
    • Sha1HashAlgorithm
      • ComputeHash
      • Name
    • Sha256HashAlgorithm
      • ComputeHash
      • Name
    • Sha512HashAlgorithm
      • ComputeHash
      • Name
    • TimeBasedPasswordGenerator
      • MovingFactor
      • TimeBasedPasswordGenerator
      • TimeInterval
      • Timestamp
      • ValidUntilUtc

Property HashAlgorithm

HashAlgorithm

Sets or rturns an IHashAlgorithm implementation used to generate onetime passwords.

Declaration
public IHashAlgorithm HashAlgorithm { get; set; }
Property Value
Type Description
IHashAlgorithm
See Also
Sha1HashAlgorithm
Sha256HashAlgorithm
Sha512HashAlgorithm
MD5HashAlgorithm

HashAlgorithm

Sets or rturns an IHashAlgorithm implementation used to generate onetime passwords.

Declaration
public IHashAlgorithm HashAlgorithm { get; set; }
Property Value
Type Description
IHashAlgorithm
See Also
Sha1HashAlgorithm
Sha256HashAlgorithm
Sha512HashAlgorithm
MD5HashAlgorithm
Back to top Copyright (c) 2017 Troy Willmot