Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="HashVersionOne" /> class from the supplied values.
 /// </summary>
 /// <param name="value">
 /// An initialization value for the <see cref="P: Value" /> property.
 /// </param>
 /// <param name="algorithm">
 /// An initialization value for the <see cref="P: Algorithm" /> property.
 /// </param>
 public HashVersionOne(string value, AlgorithmKindVersionOne algorithm)
 {
     Init(value, algorithm);
 }
Exemplo n.º 2
0
 private void Init(string value, AlgorithmKindVersionOne algorithm)
 {
     Value     = value;
     Algorithm = algorithm;
 }