Ejemplo n.º 1
0
 public bool RC4SetAlgorithmProperties(IDictionary <string, byte[]> specArguments)
 {
     return(rc4.SetAlgorithmProperties(specArguments));
 }