3 references to Create
mscorlib (3)
system\security\cryptography\hmac.cs (1)
121return Create("System.Security.Cryptography.HMAC");
system\security\cryptography\rfc2898derivebytes.cs (2)
63HMAC hmac = HMAC.Create("HMAC" + hashAlgorithm.Name); 102HMAC hmac = HMAC.Create("HMAC" + hashAlgorithm.Name);