예제 #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);