diff --git a/xml/System.Security.Cryptography/IncrementalHash.xml b/xml/System.Security.Cryptography/IncrementalHash.xml index ac0d12216b7..0b78fe3eaf8 100644 --- a/xml/System.Security.Cryptography/IncrementalHash.xml +++ b/xml/System.Security.Cryptography/IncrementalHash.xml @@ -449,13 +449,7 @@ The name of the hash algorithm to perform within the HMAC. - - The secret key for the HMAC. The key can be any length, but a key longer than the output size - of the hash algorithm specified by will be hashed (using the - algorithm specified by ) to derive a correctly-sized key. Therefore, - the recommended size of the secret key is the output size of the hash specified by - . - + The secret key for the HMAC. Create an for the Hash-based Message Authentication Code (HMAC) algorithm utilizing the hash algorithm specified by , and a @@ -513,7 +507,7 @@ The name of the hash algorithm to perform within the HMAC. - The secret key for the HMAC. The key can be any length, but a key longer than the output size of the hash algorithm specified by will be hashed (using the algorithm specified by ) to derive a correctly-sized key. Therefore, the recommended size of the secret key is the output size of the hash specified by . + The secret key for the HMAC. Create an for the Hash-based Message Authentication Code (HMAC) algorithm utilizing the hash algorithm specified by , and a key specified by . A hash instance to compute the hash algorithm specified by . To be added.