Method | Description | |
---|---|---|
Generate ( byte key ) : byte[] |
Generate a TOTP using provided binary data.
|
|
Generate ( string key ) : string |
Generate a TOTP using provided binary data.
|
|
GenerateByByte ( byte key ) : string |
Generate a TOTP using provided binary data.
|
|
TOTPProvider ( string Settings, TimeCorrectionCollection &tcc ) : System |
Instanciates a new TOTP_Generator.
|
Method | Description | |
---|---|---|
GetBytes ( ulong n ) : byte[] |
Converts an unsigned integer to binary data.
|
public Generate ( string key ) : string | ||
key | string | Key in String Format. |
return | string |
public GenerateByByte ( byte key ) : string | ||
key | byte | Binary data. |
return | string |
public TOTPProvider ( string Settings, TimeCorrectionCollection &tcc ) : System | ||
Settings | string | |
tcc | TimeCorrectionCollection | |
return | System |