예제 #1
0
 /// <summary>
 /// Specifies the key to use for encryption.
 /// Only use this if the specified crypto requires a key.
 /// </summary>
 public static void SetCryptoKey(string key)
 {
     Crypto.SetKey(key);
 }