This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class HashService : IDisposable | |
| { | |
| private readonly HMACSHA256 _hMACSHA256; | |
| public HashService(string secretKey) | |
| { | |
| _hMACSHA256 = new HMACSHA256(Encoding.UTF8.GetBytes(secretKey)); | |
| } | |
| public string Hash(string input) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LOCALE | TIMEZONE | |
|---|---|---|
| AF | Afghanistan Standard Time | |
| AX | FLE Standard Time | |
| AL | Central Europe Standard Time | |
| DZ | W. Central Africa Standard Time | |
| AS | UTC-11 | |
| AD | W. Europe Standard Time | |
| AO | W. Central Africa Standard Time | |
| AI | SA Western Standard Time | |
| AQ | Pacific SA Standard Time |