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