You are developing a method named GetHash that will return a hash value for a file. The method includes the
following code. (Line numbers are included for reference only.)
You need to return the cryptographic hash of the bytes contained in the fileBytes variable.
Which code segment should you insert at line 05?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
D
Agree with D
Agree with D
A
https://msdn.microsoft.com/en-us/library/system.security.cryptography.hashalgorithm.transformblock(v=vs.110).aspx
sorry, the correct answer is D. Tested.
D is correct, the hash method does it all
D