Exemplo n.º 1
0
 public static IHMAC Create(HmacTypes type, byte[] key) => Factory.Create(type, key);
Exemplo n.º 2
0
 public static IHMAC Create(HmacTypes type, string key, Encoding encoding = null) => Factory.Create(type, key, encoding);