Example #1
0
 public bool SetSecurePlayerData(string deviceId, string key, string value, string password, double?expiresIn = null)
 {
     return(GenericData.SetSecurePlayerData(deviceId, key, value, password, expiresIn));
 }