Initialize() public method

Initializes an implementation of the T:System.Security.Cryptography.HashAlgorithm class.
public Initialize ( ) : void
return void
Beispiel #1
0
 public void InitializeTest()
 {
     MD5Hash target = new MD5Hash(); // TODO: Initialize to an appropriate value
     target.Initialize();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }