System.Security.Cryptography.HMACSHA256 public class HMACSHA256 : HMAC Documentation Code namespace System.Security.Cryptography { public class HMACSHA256 : HMAC { public HMACSHA256(); public HMACSHA256(byte[] key); } }