You are developing a method named GenerateHash that will create the 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 fileBuffer variable.
Which code segment should you insert at line 05?

A.
Option A
B.
Option B
C.
Option C
D.
Option D
D
0
0
B
0
0
D
0
0
A
0
0
wrong question
0
0
https://msdn.microsoft.com/en-us/library/system.security.cryptography.hashalgorithm.computehash(v=vs.110).aspx
0
0
D
ComputeHash(Byte[])
Computes the hash value for the specified byte array.
1
0
b returns an int
d returns byte
a and c return int
hs to be d.
1
0
No… “A” returns a byte[]
0
0