Пример #1
0
 public static IHMAC Create(HmacTypes type, byte[] key) => Factory.Create(type, key);
Пример #2
0
 public static IHMAC Create(HmacTypes type, string key, Encoding encoding = null) => Factory.Create(type, key, encoding);