C# Class Albireo.Otp.Otp

Mostra file Open project: kappa7194/otp Class Usage Examples

Private Methods

Method Description
CounterToBytes ( long counter ) : byte[]
GetCode ( HashAlgorithm algorithm, string secret, long counter, int digits ) : int
GetKeyUri ( OtpType type, string issuer, string account, byte secret, HashAlgorithm algorithm, int digits, long counter, int period ) : string