コード例 #1
0
ファイル: HMAC.cs プロジェクト: cosmos-loops/cosmos-security
 public static IHMAC Create(HmacTypes type, byte[] key) => Factory.Create(type, key);
コード例 #2
0
ファイル: HMAC.cs プロジェクト: cosmos-loops/cosmos-security
 public static IHMAC Create(HmacTypes type, string key, Encoding encoding = null) => Factory.Create(type, key, encoding);